#instafeed img {
    width: 33.333% !important
}

.spacer {
    padding: 0 30px;
}

#mapbg {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    min-height: auto;
    clear: both
}

#mapbg img {
    /* Background images */
    width: 100%;

}

#maptravel {
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

#maptravel .gridrow {
    width: 100%;

}

.gridsquare span {
    /* Number guide */
    font-size: 10px;
     /* display: inline-block;   */  
    display: none;
    padding: 5px;
    width: 40px;
    color: #666;
    text-align: center;
}

#maptravel .gridsquare {
    margin: 0px;
    display: inline-block;
    float: left;
   /*  border: 1px solid rgba(255,0,0,.1);   */
}

.placeimg {
    position: absolute;
    /* border: 1px solid rgba(0, 0, 0, .1);   */
}

.placeimg img {
    width: 100%;
    height: auto
}