@charset "UTF-8";

.gallery_single_slider .inner_item img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 700 / 525;
    max-width: 700px !important;
}
@media screen and (max-width: 850px) {
.news_single #primary article .gallery_single .content_wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
}