*:not(html, body, .container-fluid){
    overflow: hidden !important;
}
.owl-item {
    transition: 0.3s all;
    transform: scale(0.5);
}
.owl-item.active:not(.center) {
    transform: translateX(30%) scale(0.8);
}
.owl-item.active:not(.center) .gallery-item{
    border: 2px solid #96C5D7;
}
.owl-item.active.center {
    z-index: 1;
}
.owl-item.active.center .gallery-item {
    border: 6px solid #96C5D7;
}
.owl-item.active.center + .active {
    transform: translateX(-30%) scale(0.8);
}

#infoTab{
    min-height: 250px !important;
}
@media (min-width: 992px){
    body{
        overflow: hidden;
        height: 100vh;
    }
    .container-fluid {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100vh;
        /*scroll-snap-points-y: repeat(100vh);*/
        scroll-snap-type: y mandatory;
    }

    section, footer {
        scroll-snap-align: start;
    }

    .section {
        scroll-snap-align: center;
    }
    section{
        min-height: 100vh;
    }
    #section2>div{
        margin-top: 69px;
    }
}
@media (min-width: 576px) {
    #section1{
        height: 100vh;
    }
    #about-us-hero{
        background-image: url('../images/About-Hero.png');
        background-position: right center;
        min-height: 600px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media (max-width: 768px){
    #header-img{
        margin-top: 180px;
    }
}
#logo-continent{
    height: 400px;
    position: relative;
    background-image: url('../images/liquify-continent.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}