@import url("responsive/iphonex.css"); @import url("responsive/iphone5.css"); @import url("responsive/iphoneplus.css"); @import url("responsive/ipad.css"); @import url("responsive/ipadpro.css"); @import url("responsive/1152x864.css"); @import url("responsive/1280x1024.css"); @import url("responsive/1360x768.css"); @import url("responsive/1600x1080.css");  @media screen and (max-width:767px) and (min-width:0) {  /* Butonlar ///////////////////////////////////////////*/ .button-1x {font-size: 13px;padding: 4px 10px;font-weight: normal !important;}  .button-2x {font-size: 13px;padding: 5px 25px;}  .button-3x {font-size: 14px;padding: 5px 25px;}  .button-4x {font-size: 15px;padding: 5px 25px;}  .button-5x {font-size: 15px;padding: 5px 40px;font-weight: 200; /* Butonlar SON ///////////////////////////////////////////*/}  }

@media screen and (max-width:767px) and (min-width:0) {
    #topslider {
        height: 41.66vw !important;
        min-height: 150px;
        max-height: 400px;
    }

    #topslider .swiper-slide {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }
}