diff --git a/assets/css/screen.css b/assets/css/screen.css index 193271bbf8..687fb65ebf 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -125,15 +125,11 @@ License: https://www.wowthemes.net/freebies-license/ } .featured-box-img-cover { object-fit: cover; - width: 221px; - height: 290px; + width: 100%; + height: 100%; max-height:100%; } -@media (max-width: 1199px) { - .featured-box-img-cover { - height: 333px; - } -} + @media (max-width:991px) { .featured-box-img-cover { height: auto;