
@media only screen and (max-width: 768px) {
    .slick-dots{
        display: none !important;
    }
    .header-2__logo-mk img {
        display:none !important;
    }
}
.banner-slider{
    height: calc(100vh - 64px) !important;
}
.banner-slider__item {
    height: calc(100vh - 64px) !important;
}
.header-2{
    background-color:#051C2C !important;
}
.header-2 .button-bar {
    display: flex;
}
.header-2 .button-bar img{
    max-width: 40px !important;
    min-width: 40px !important;
    width: 40px; 
}
.background-clip{
    padding:0px;
}
.title{
    margin: 1em 0;
}
/*
@media only screen and (max-width: 776px) {
}*/

