@media(max-width: 991px){
    .logo img {
        height: 90px;
        position: absolute;
        top: 38px;
    }
    #header-sticky-2 .logo img {
        height: 50px;
        top: -10px;
    }
}

@media(max-width: 767px){
    .logo img {
        height: 70px;
        position: absolute;
        top: 8px !important;
    }
    #header-sticky-2 .logo img {
        height: 50px;
        top: -10px;
    }
}

@media(min-width:768px){
    .tp-slider-height {
        height: 65vh !important;
    }
    
}

@media(max-width: 500px){
    .tp-history-thumb:after{content: none !important;}
}


@media(min-width:1199px) {
    .slider-container.full {height: 80vh;}
    .tp-slider-height {
        height: 50vh !important;
    }

    .slider-container {
        height: 65vh;
        overflow: hidden;
    }

    .slider-container #mainSlider {
        height: 100%;
    }

}

@media(max-width: 1199px){
    .logo img {top: 40px;}
}