.inside-icon .news .news-img-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

.news-two, .news-three {
    margin: 0;
    width: 100%;
}

.news-main .news .news-img, .news-sub .news .news-img {
    /*min-height: 405px;*/
    object-fit: cover;
}

.news-two .news .news-img, .news-three .news .news-img {
    /*min-height: 405px;*/
    object-fit: cover;
}

.inside-icon .news {
    padding-bottom: 40px;
}

#media-grid .loading-gif {
    background-image: url(/Images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

@media (min-width: 768px) {
    .news-main .news .news-img {
        min-height: 500px;
    }

    .news-three .news .news-img {
        min-height: initial;
    }

    .news-sub .news .news-img {
        min-height: 238px;
    }

    .inside-icon .news {
        padding-bottom: 25px !important;
    }

    .news-sub {
        padding-bottom: 0;
        padding-left: 12px;
    }
}
