@media only screen and (min-width: 1200px) {
    div.width{max-width:1700px;margin: 0 auto;}
}
@media only screen and (max-width: 1650px) {
    .adsheader img{width:100%;}
}
@media only screen and (max-width: 1130px) {
    .content, .sidebar {width:auto;position: relative;left:0px;right:0;margin-bottom: 10px;padding:0px}
    .sidebar {padding:10px 20px}
    .cprt {display: none;}
    .cprtp {display: block;}
}
@media only screen and (max-width: 1000px) {
    .swiper, .swiper-slide {height:250px;}
    .swiper-slide img {height:200px !important;}
}
@media only screen and (max-width: 800px) {
    .swiper, .swiper-slide {height:250px;}
    .swiper-slide img {height:180px;}
    .single-container {display: grid;column-gap: 30px;grid-template-columns: auto}
    .sbsingle {width:auto;}
    ul.blktop li> .playlayer {display: block;}
}
@media only screen and (max-width: 730px) {
    .minimenu, .menu {display: none;}
    .mobmenufixed {display: block;}
    .mobmenu {display: grid;}
}
@media only screen and (max-width: 600px) {
    .swiper, .swiper-slide {height:250px;}
    .swiper-slide img {height:180px !important;}
    .player_portable {left: 10px;right:10px;transform: none;width:auto;}
}
@media only screen and (max-width: 500px) {
    .swiper, .swiper-slide {height:180px;}
    .swiper-slide img {height:100px !important;}
}