.locations-wrapper .cta-content{
    position: relative;
}

.locations-inner{
    display: flex;

} 

#ddsoo_widget-3 {
    display: none;
}

@media handheld, only screen and (max-width: 767px) {
    .locations-inner{
        display: flex;
        flex-wrap: wrap;
    }
    .locations-inner .col-1-2{ 
        width:  100%;
    }
    .locations-inner .white-border {
        border-right:  none;
    }
    .cta-content .locations-inner .col-1-2>.col-1-2 button.info {
        margin-bottom: 50px;
    }
}

@media handheld, only screen and (min-width: 767px) {
    .cta-content .locations-inner{
        padding: 0px;
        align-items: flex-start;
    }
    .cta-content .locations-inner h3.vancouver{
        margin-left: 0;
        margin-right: 0;
        width:  100%;
    }
    .cta-content .locations-inner h3.toronto{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .cta-content .locations-inner>.col-1-2 {
        padding: 0 50px;
        display:  flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
        position: relative;
    }
    .cta-content .locations-inner>.col-1-2:nth-child(1):before {
        content:  '';
        width:  1px;
        height: calc(100% - 68px);
        background: #fff;
        position: absolute;
        right: 0;
        bottom:  0;
    }
    .cta-content .locations-inner .col-1-2>.col-1-2 {
        padding: 0;
        display: inline-block;
        width: auto;
    }
    .cta-content .locations-inner .col-1-2>.col-1-2.white-border {
        border-right: none;
        position: relative;
    }
    @media handheld, only screen and (max-width: 973px) {
        .cta-content .locations-inner{
            padding: 0;
        }
    }
}

#scene-bg {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#scene-bg img{
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.cta-content p.notice {
    font-size: 80%;
    margin-bottom: 5px;
}
@media handheld, only screen and (max-width: 767px) {
    .cta-content p.notice br{
        display: none;
    }
}