.only_image .image{position: relative; padding-bottom: 40.23%;}
.only_image .image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

@media screen and (max-width: 749px) {
    .only_image .image{padding-bottom: 72.63%;}
}