/* LARGE DESKTOP  (1600 x 900) [Desktop 20"]
---------------------------------------------*/
@media only screen and (max-width:1600px) {
    .cat-name .slick-slide img {height:420px;max-height:420px}
}



/* LARGE DESKTOP  (1536 x 864) [Laptop 1536]
---------------------------------------------*/
@media only screen and (max-width:1536px) {
    
}



/* LARGE DESKTOP  (1440 x 900) [Laptop, MacBook Air 13, Pro 15]
---------------------------------------------*/
@media only screen and (max-width:1440px) {
    .cat-name .slick-slide img {height:365px;max-height:365px}
}



/* LARGE DESKTOP  (1366 x 768) [Laptop, MacBook Air 11]
---------------------------------------------*/
@media only screen and (max-width:1366px) {
    .cat-name .slick-slide img {height:350px;max-height:350px}
    .card-img-top {height:280px}
}



/* LARGE DESKTOP  (1280 x 800) [Laptop, MacBook 12, Pro 13]
/* LARGE DESKTOP  (1280 x 1024) [Desktop 19"]
---------------------------------------------*/
@media only screen and (max-width:1280px) {
    .cat-name .slick-slide img {height:320px;max-height:320px}
    .content .card-img-top {height:230px}
    .widget .card-img-top {height:330px}
    .widget .container .col-xl-2:last-child {display: none;}
}



/* LARGE DESKTOP (1200 and up) */
@media only screen and (max-width: 1199.98px) {
    .cat-name .slick-slide img {height:290px;max-height:290px}
    .card-img-top {height: 300px;}
    .news img.card-img-top {height:270px}
    .widget .card-img-top {height:230px}
    .content .col-xl-2 {flex:0 0 25%;max-width:25%}
    .info-header .justify-content-between {flex-direction: column;}
    .descr {height: 45px;}
}



/* DESKTOP  (1024 x 768) [Laptop]
---------------------------------------------*/
@media only screen and (max-width:1024px) {}



/* DESKTOPS (992 and up) 
---------------------------------------------*/
@media only screen and (max-width: 991.98px) {}



/* TABLET  (800)
---------------------------------------------*/
@media only screen and (max-width:800px) {
    .card-img-top {height:240px}
    .news img.card-img-top {height:220px}
    .aside {display: none !important;}
}



/* TABLET  (768 and up)
---------------------------------------------*/
@media only screen and (max-width:767.98px) {}



/* TABLET  (640)
---------------------------------------------*/
@media only screen and (max-width:640px) {}



/* MOBILE  (575)
---------------------------------------------*/
@media only screen and (max-width:575px) {
    .card-img-top {height:375px}
    .news img.card-img-top {height:310px}
    .widget.news .col-xl-3 {flex:0 0 100%;max-width:100%}
    .content .col-xl-2 {max-width:33.333333%}
    .widget .container .col-xl-2:last-child {display: block;}
}



/* MOBILE  (480)
---------------------------------------------*/
@media only screen and (max-width:480px) {
    .content .col-xl-2 {max-width:50%}
    .widget .card-img-top {height:300px}
    .card-img-top {height:300px}
    .news img.card-img-top {height:270px}
}



/* MOBILE  (360)
---------------------------------------------*/
@media only screen and (max-width: 360px) {
    .widget .card-img-top {height:220px}
    .card-img-top {height:210px}
    .news img.card-img-top{height:auto}
}