.wholefale-offering .wholefale-offering__wrapper{max-width:calc(var(--max-width) + var(--space-outer)*2);padding:0 var(--space-outer);margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.wholefale-offering .wholefale-offering__wrapper .image__wrapp{overflow-x:auto}}.wholefale-offering .wholefale-offering__wrapper .image__wrapp img.__image{width:100%;height:auto;cursor:pointer;transition:opacity .3s ease}.wholefale-offering .wholefale-offering__wrapper .image__wrapp img.__image:hover{opacity:.9}@media screen and (max-width: 768px){.wholefale-offering .wholefale-offering__wrapper .image__wrapp img.__image{height:400px;width:auto}}.fullscreen-image{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(244,241,233,.8);display:none;justify-content:center;align-items:center;z-index:9999;cursor:pointer}.fullscreen-image img{max-width:90%;max-height:90%;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.5)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fullscreen-image{animation:fadeIn .3s ease}