@media (max-width: 768px) {

    #zuck-modal-content .story-viewer .slides .item > .media {
        height: auto !important;
        max-height: 80vh !important;
        width: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        object-fit: contain !important;
    }

    #zuck-modal-content .story-viewer .slides .item img,
    #zuck-modal-content .story-viewer .slides .item video {
        width: 100% !important;
        height: auto !important;
        max-height: 80vh !important;
        object-fit: contain !important;
    }
}
@media (max-width: 768px){

    /* مودال استوری کل عرض موبایل */
    #zuck-modal-content{
        width:100vw !important;
        max-width:100vw !important;
        margin:0 auto !important;
    }

    /* ویوئر */
    #zuck-modal-content .story-viewer{
        width:100vw !important;
        height:90vh !important;
        margin:0 auto !important;
    }

    /* اسلاید */
    #zuck-modal-content .story-viewer .slides .item{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
    }

    /* تصویر */
    #zuck-modal-content .story-viewer .slides .item img,
    #zuck-modal-content .story-viewer .slides .item video{
        max-width:100vw !important;
        max-height:90vh !important;
        width:auto !important;
        height:auto !important;
        object-fit:contain !important;
    }

}
