

/* Start:/bitrix/components/ipromo/gallery.fancybox/templates/.default/style.css?1694362229352*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    justify-content: space-between;
    width:100%;
    margin: 18px 18px;
}
@media only screen and (max-width: 600px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery a {
}
.gallery img {
    width: 200px;
    height: 120px;
    object-fit: cover;
}
/* End */
/* /bitrix/components/ipromo/gallery.fancybox/templates/.default/style.css?1694362229352 */
