.box-left, .box-right{
    height: 480px;
    position: relative;
}
.box-left .box-image,
.box-right .box-image{
    position: absolute;
    height: 488px;
    width: 760px;
    top: 0;
}
.box-left .box-image > img,
.box-right .box-image > img{
    height: 488px;
    width: 760px;
    z-index: 5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.box-content h1,
.box-content h2,
.box-content h3,
.box-content h4{
    font-size: 2.5em !important;
    font-weight: 800 !important;
}
.box-content p{
    font-size: 14px;
}
.box-left .box-content,
.box-right .box-content{
    height: 380px;
    z-index: 10;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding-right: 20px;
    padding-left: 30px;
    padding-top: 20px;
    border-radius: 3px;
    width: 50%;
    top: 50px;
}
.box-left .box-image {
    right: 0;
}
.box-left .box-content {
    left: 0;
}
.box-right .box-image {
    left: 0;
}
.box-right .box-content {
    right: 0;
}
.box-image.map + .box-content{
    z-index:99999;
}
.box-image.map .ts-advanced-google-map-container{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.box-left .ts-advanced-google-map-dragging-buttons.gmnoprint{
    top: 5px !important;
    left: auto !important;
    right: 0;
}
.box-right .ts-advanced-google-map-dragging-buttons.gmnoprint{
    top: 5px !important;
}
.box-image.map .ts-advanced-google-map-wrapper {
    height: 100% !important;
    min-height: 380px;
}
    
@media screen and (max-width: 767px){
    .box-left, .box-right{
        height: auto;
        position: relative;
        padding: 0;
    }
    .box-left .box-image,
    .box-right .box-image{
        height: auto;
        width: auto;
        min-height: 380px;
        position: initial;
    }
    .box-left .box-image > img,
    .box-right .box-image > img{
        height: auto;
        width: auto;
        z-index: 5;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .box-content h1,
    .box-content h2,
    .box-content h3,
    .box-content h4{
        font-size: 2.5em !important;
        font-weight: normal;
    }
    .box-content p{
        font-size: 14px;
    }
    .box-left .box-content,
    .box-right .box-content{
        height: auto;
        min-height: 380px;
        z-index: 10;
        position: initial;
        background-color: white;
        border: 1px solid #ccc;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        border-radius: 3px;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .box-left .box-image {
        right: 0;
    }
    .box-left .box-content {
        left: 0;
    }
    .box-right .box-image {
        left: 0;
    }
    .box-right .box-content {
        right: 0;
    }
    .box-content .col-md-12,
    .box-content .col-md-6,
    .box-content .col-sm-12,
    .box-content .col-sm-6,
    .box-content .col-xs-12,
    .box-content .col-xs-6{
        float: none;
    }
}