.gallery_item{flex:1;border: 1px solid #cdcdcd;border-radius: 10px;padding: 1.875em;background-color: var(--ast-global-color-5);}
.gallerywidth{width:1000px}
@media(min-width:320px) and (max-width:767px){
.gallerywidth{width:100%}
#fancybox-wrap{width: 90% !important;height: auto !important;left: 20px !important;}
.gallery_item{flex:auto}
}