section.two-col-block{
    position: relative;
    min-height: 550px;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.two-col-block .image-column{
    position: initial;
}

section.two-col-block .image-column .bg-box-large {
    content: "";
    width: 100%;
    height: 375px;
    position: absolute;
    /*background-color: #e8e8e8;*/
    z-index: -2;
    bottom: 75px;
}

section.two-col-block .image-column .bg-box-small {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: 70px;
    /*background-color: #48b1df;*/
    z-index: -1;
}

section.two-col-block .image-column:last-child .bg-box-large{ 
    left: 47%;
}

section.two-col-block .image-column:last-child .bg-box-small{
    left: 75%;
}

section.two-col-block .image-column:first-child .bg-box-large{ 
    right: 47%;
}

section.two-col-block .image-column:first-child .bg-box-small{
    right: 75%;
}


@media only screen and (max-width: 940px) {
    .image-column{
        order: -1;
        margin-bottom: 40px;
    }

    section.two-col-block .image-column .bg-box-large,
    section.two-col-block .image-column .bg-box-small{
        display: none;
    }
}

.image-column{
    text-align: center;
}

.image-column img{
    width: 50vw;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 940px) {
    .image-column img{
        width: 100%;
    }
}

.image-column:first-child .img-wrap{
    direction: rtl;
    line-height: 0;
    text-align: center;
}

@media only screen and (min-width: 940px) {
    .image-column:first-child .img-wrap{
        text-align: left;
    }
}

.image-column:last-child .img-wrap{
    direction: ltr;
    line-height: 0;
    text-align: center;
}

@media only screen and (min-width: 940px) {
    .image-column:last-child .img-wrap{
        text-align: right;
    }
}

.two-col-block .text-column .content-body{
    padding-left: 0;
}

.two-col-block .text-column .content-body h4{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: #009ad9;
    margin-bottom: 10px;
}


@media only screen and (min-width: 940px) {
    .two-col-block .text-column .content-body{
        padding-left: 40px;
    }
}

.video-column .img-wrap a{
    position: relative;
    display: inline-block;
}

.video-column .img-wrap a .play-button{
    background: url('/wp-content/themes/sightbox-cms/static/img/play.png') no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
}

.video-column .img-wrap a .play-button{
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.video-column .img-wrap a:hover .play-button{
    transform: scale(1.2);
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
section.zone-sampling .video-column .img-wrap a .play-button {
    display: none;
}
section.zone-sampling {
    background: rgb(0,154,217);
    background: linear-gradient(0deg, rgba(0,154,217,0) 30%, rgba(0,154,217,1) 30%, rgba(0,154,217,1) 70%, rgba(0,154,217,0) 70%);
}
section.zone-sampling .text-column .content-body p {
    font-size: 28px;
    color: #FFF;
}

@media only screen and (max-width: 940px) {
    section.zone-sampling {
        background: #009ad9;
    }
    section.zone-sampling .text-column .content-body p {
        text-align: center;
    }

}