@media (max-width: 991.98px) {
    html,
    body {
        overflow-x: hidden;
    }

	.autofit-row.portlet-header {
	  display: none;
	}

	#mainHead {
	  display: none;
	}

	.footer-logoes {
	  display: none;
	}
	
	.sabz-web-header {
	  position: absolute;
	}

	.media-board_nav-text {
	  display: none;
	}
    .media-page {
        min-height: 100dvh;
        background: #000;
    }

	.active .struc-icon-svg {
	  fill: #c8b07a;
	}
	
	.media-board__tab.active {
	  background: transparent;
	  }
  
  	.media-story,
    .media-story__slide,
    .media-story__image,
    .media-story__content {
        -webkit-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
    }
    
    
    .media-page__tabs {
        display: none;
    }

    .media-page__tabs .media-board__tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding: 0;
        margin: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .media-page__tabs .media-board__tabs::-webkit-scrollbar {
        display: none;
    }

    .media-page__tabs .media-board__tab {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        padding: 8px 22px;
    }

    .media-desktop-view {
        display: none;
    }

    .media-mobile-view {
        display: block;
        width: 100%;
        min-height: 100dvh;
        background: #000;
    }

    .media-story {
        position: relative;
        display: block;
        width: 100%;
        height: 100dvh;
        overflow: hidden;
        background: #000;
        padding-bottom: 0px;
    }

    .media-story__slide {
        position: absolute;
        bottom: 0px;
        right: 0;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        transition: transform 0.45s ease, opacity 0.45s ease, visibility 0.45s ease;
        pointer-events: none;
        z-index: 1;
    }

    .media-story__slide.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        z-index: 3;
    }

    .media-story__slide.is-prev {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
        z-index: 1;
    }

    .media-story__slide.is-next {
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        z-index: 1;
    }

    .media-story__bg,
    .media-story__image {
        width: 100%;
        height: 100%;
    }

    .media-story__bg {
        position: absolute;
        inset: 0;
        overflow: hidden;
        background: #151515;
    }

	.media-story__audio-poster-box {
        z-index: 2;
    }

    .media-story__audio-poster-box .audio-hero__poster-circle {
        width: 120px;
        height: 120px;
    }

	.media-story__audio-poster-box {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    
    .media-story__audio-play-btn {
        z-index: 3;
        pointer-events: none;
    }
    
    .media-story__image {
        display: block;
        object-fit: cover;
    }

    .media-story__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.04) 0%,
            rgba(0, 0, 0, 0.10) 55%,
            rgba(0, 0, 0, 0.62) 100%
        );
        z-index: 1;
    }

    .media-story__top {
        position: absolute;
        bottom: 14px;
        right: 14px;
        left: 14px;
        z-index: 2;
    }

    .media-story__progress {
        width: 100%;
        height: 3px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.24);
        overflow: hidden;
        direction: ltr;
    }

    .media-story__progress-fill {
        display: block;
        width: 0;
        height: 100%;
        border-radius: 999px;
        background: #fff;
        transition: width 0.08s linear;
    }

	.avatar-container {
	  z-index: 99;
	}

    .media-story__badge {
        align-self: flex-start;
        min-width: 72px;
        padding: 8px 12px;
        border-radius: 15px;
        background: rgba(196, 173, 123, 0.96);
        color: #111;
        text-decoration: none;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
    	font-weight: 500;
    	font-family: AbarLow;
    	
    }

    .media-story__title {
        display: block;
        padding: 8px 14px;
        border-radius: 15px;
        color: #fff;
        text-decoration: none;
        text-align: right;
        font-size: 15px;
        line-height: 1.5;
        border: 1px solid transparent;
        align-self: start;
        background:
            linear-gradient(rgba(8, 8, 8, 0.56), rgba(8, 8, 8, 0.56)) padding-box,
            linear-gradient(135deg, rgba(255,255,255,.42), rgba(255,255,255,.08) 38%, rgba(255,255,255,.20) 70%, rgba(255,255,255,.34)) border-box;
        backdrop-filter: blur(4px) saturate(180%);
        -webkit-backdrop-filter: blur(4px) saturate(180%);
        box-shadow:
            0 10px 30px rgba(0,0,0,.28),
            inset 0 1px 0 rgba(255,255,255,.10);
        font-family: AbarLow;
        font-size: 12px;
    }

    .media-story__title:active {
        color: #fff;
    }
    
	.svg-filters {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}

    .media-story__empty {
        min-height: calc(100dvh - 72px);
        margin-top: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 24px;
        text-align: center;
    }
    
    .media-story__like-feedback {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 4;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0;
        pointer-events: none;
        color: #fff;
    }

    .media-story__like-feedback.is-visible {
        animation: mediaStoryLikePop 0.9s ease forwards;
    }

    .media-story__like-icon {
        width: 72px;
        height: 72px;
        display: block;
        filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
    }

    .media-story__like-text {
        padding: 6px 14px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.45);
        font-size: 13px;
        font-family: AbarLow;
        line-height: 1.4;
        white-space: nowrap;
    }
    
    .media-story-header {
        position: fixed;
        top: 10px;
        right: 12px;
        left: 12px;
        z-index: 70;
        display: flex;
        align-items: stretch;
        gap: 10px;
        direction: rtl;
        justify-self: end;
    }

    .media-story-header__menu-btn {
        position: relative;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border: 1px solid transparent;
        border-radius: 15px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        overflow: hidden;
        background:
            linear-gradient(rgba(8, 8, 8, 0.56), rgba(8, 8, 8, 0.56)) padding-box,
            linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.42),
                rgba(255, 255, 255, 0.08) 38%,
                rgba(255, 255, 255, 0.20) 70%,
                rgba(255, 255, 255, 0.34)
            ) border-box;
        backdrop-filter: blur(4px) saturate(140%);
        -webkit-backdrop-filter: blur(4px) saturate(140%);
        box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.10);
    }

    .media-story-header__menu-btn::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        background: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.34),
            rgba(255, 255, 255, 0.10) 28%,
            transparent 58%
        );
        opacity: 0.8;
    }

    .media-story-header__menu-btn::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        background: radial-gradient(
            circle at 30% 28%,
            rgba(255, 255, 255, 0.18),
            transparent 60%
        );
        mix-blend-mode: screen;
        opacity: 0.55;
    }

    .media-story-header__menu-icon {
        position: relative;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .media-story-header__main {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .media-story-header__title-wrap {
        position: relative;
        height: 40px;
        border: 1px solid transparent;
        border-radius: 15px;
        display: grid;
        grid-template-columns: 72px 1fr auto;
        align-items: center;
        overflow: hidden;

        background:
            linear-gradient(rgba(6, 6, 6, 0.58), rgba(6, 6, 6, 0.58)) padding-box,
            linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.50),
                rgba(255, 255, 255, 0.08) 34%,
                rgba(255, 255, 255, 0.18) 66%,
                rgba(255, 255, 255, 0.36)
            ) border-box;

        backdrop-filter: blur(4px) saturate(145%);
        -webkit-backdrop-filter: blur(4px) saturate(145%);

        box-shadow:
            0 12px 34px rgba(0, 0, 0, 0.30),
            inset 0 1px 0 rgba(255, 255, 255, 0.10);
    }

    .media-story-header__title-wrap::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        background: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.36),
            rgba(255, 255, 255, 0.11) 26%,
            rgba(255, 255, 255, 0.04) 42%,
            transparent 60%
        );
        opacity: 0.8;
    }

    .media-story-header__title-wrap::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        background:
            radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.16), transparent 34%),
            radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.06), transparent 28%);
        mix-blend-mode: screen;
        opacity: 0.7;
    }

    .media-story-header__title-svg {
        position: relative;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        color: #d8c796;
    }

    .media-story-header__title-text {
        position: relative;
        z-index: 2;
        font-size: 9px;
        line-height: 1.2;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        padding: 0 12px;
        text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
    }

    .media-story-header__logo {
        position: relative;
        z-index: 2;
        min-width: 96px;
        height: 100%;
        padding: 0 4px;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        display: inline-flex;
        align-items: center;
        justify-content: start;
        color: #d8c796;
        font-size: 18px;
        line-height: 1;
        text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
    }

    .media-story-header__breadcrumb {
        display: flex;
        justify-content: flex-start;
    }

    .media-story-header__breadcrumb-current {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 5px 10px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.10);
        background: rgba(0, 0, 0, 0.42);
        backdrop-filter: blur(4px) saturate(130%);
        -webkit-backdrop-filter: blur(4px) saturate(130%);
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.4;
        box-shadow:
            0 6px 18px rgba(0, 0, 0, 0.20),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .media-story-header__breadcrumb-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .media-page__tabs--story {
        position: fixed;
        top: 88px;
        right: 12px;
        left: 12px;
        z-index: 65;
        padding: 0;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }


    .media-page.is-story-holding .media-story__overlay,
    .media-page.is-story-holding .media-story__top,
    .media-page.is-story-holding .media-story__content,
    .media-page.is-story-holding .media-story-tabs,
    .media-page.is-story-holding .media-page__tabs,
    .media-page.is-story-holding .media-story-header {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .media-story__overlay,
    .media-story__top,
    .media-story__content,
    .media-page__tabs,
    .media-story-header {
        transition: opacity 0.18s ease, visibility 0.18s ease;
    }
    
    .media-story__video {
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .media-story__progress--video {
        height: 14px;
        padding: 5px 0;
        background: transparent;
        overflow: visible;
        cursor: pointer;
        touch-action: none;
    }

    .media-story__progress--video::before {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.24);
    }

    .media-story__progress--video .media-story__progress-fill {
        position: relative;
        display: block;
        height: 4px;
        margin-top: -4px;
        border-radius: 999px;
        background: #fff;
        pointer-events: none;
        transition: none;
    }

    .media-story__progress--video .media-story__progress-fill::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
        transform: translate(50%, -50%);
        opacity: 0;
        transition: opacity 0.12s ease;
    }

    .media-story__progress--video:active .media-story__progress-fill::after {
        opacity: 1;
    }


	.media-story__content__container {
        position: absolute;
        bottom: calc(38px + env(safe-area-inset-bottom));
        right: 0px;
		padding-right: 16px;
		padding-left: 16px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
		gap: 10px;
	}
	
	.media-story__content {
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
	
    .media-story__link-btn {
        z-index: 4;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.12);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .media-story__sound-btn {
        z-index: 4;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.12);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .media-story__like-btn {
        z-index: 4;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.12);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }


    .media-story__setting-btn {
        z-index: 4;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.12);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .media-story__sound-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .media-story__link-icon, .media-story__like-icon, .media-story__setting-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .media-story__sound-btn .media-story__sound-icon--muted {
        display: none;
    }

    .media-story__sound-btn .media-story__sound-icon--on {
        display: inline-flex;
    }

    .media-story__sound-btn.is-muted .media-story__sound-icon--muted {
        display: inline-flex;
    }

    .media-story__sound-btn.is-muted .media-story__sound-icon--on {
        display: none;
    }
    
	.media-story__overlay {
	    pointer-events: none;
	}
	
	.media-story__sound-btn,
	.media-story__progress--video,
	.media-story__progress--video * {
	    pointer-events: auto;
	}
	
	.media-story__sound-btn {
	    z-index: 10;
	}
	
	.media-story__top {
	    z-index: 9;
	}


	.media-story-copy-toast {
	    position: fixed;
	    right: 50%;
	    bottom: 28px;
	    z-index: 9999;
	    transform: translateX(50%) translateY(12px);
	    padding: 9px 16px;
	    border-radius: 999px;
	    color: #fff;
	    font-size: 13px;
	    font-family: AbarLow;
	    line-height: 1.5;
	    white-space: nowrap;
	    opacity: 0;
	    visibility: hidden;
	    pointer-events: none;
	    background: rgba(8, 8, 8, .78);
	    border: 1px solid rgba(255,255,255,.12);
	    backdrop-filter: blur(12px) saturate(140%);
	    -webkit-backdrop-filter: blur(12px) saturate(140%);
	    box-shadow: 0 12px 34px rgba(0,0,0,.32);
	    transition:
	        opacity .2s ease,
	        visibility .2s ease,
	        transform .2s ease;
	}
	
	.media-story-copy-toast.is-visible {
	    opacity: 1;
	    visibility: visible;
	    transform: translateX(50%) translateY(0);
	}
	
	.media-story__link-btn {
	    cursor: pointer;
	}
	
	.media-story__link-btn.is-copied .media-story__link-icon {
	    transform: scale(.92);
	}
	
	.media-story__link-icon {
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    transition: transform .16s ease;
	}

	.media-story.is-holding .media-story__content__container,
	.media-page.is-story-holding .media-story__content__container {
	    opacity: 0;
	    visibility: hidden;
	    pointer-events: none;
	}

	.media-story__pause-indicator {
	    position: absolute;
	    inset: 0;
	    z-index: 190;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    opacity: 0;
	    visibility: hidden;
	    pointer-events: none;
	    transform: scale(0.94);
	    transition:
	        opacity 160ms ease,
	        visibility 160ms ease,
	        transform 160ms ease;
	}
	
	.media-story__slide.is-paused .media-story__pause-indicator {
	    opacity: 1;
	    visibility: visible;
	    transform: scale(1);
	}
	
	.media-story__pause-play-icon {
	    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.32));
	}


    @keyframes mediaStoryLikePop {
        0% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.7);
        }
        20% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.12);
        }
        45% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        100% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.92);
        }
    }    
}


@media (max-width: 991.98px) {
    .media-story {
        padding-bottom: 0;
    }

    .media-story__slide {
        bottom: 0;
    }


    .media-story__top {
        bottom: calc(16px + env(safe-area-inset-bottom));
        right: 24px;
        left: 24px;
        z-index: 69;
    }

    .media-story__content {
        z-index: 69;
    }

    .media-story__title {
        max-width: 100%;
    }

    .media-story__badge {
        margin-bottom: 2px;
    }

    .media-story__image,
    .media-story__video {
        width: 100%;
        height: 100%;
    }

    .media-story__bg .img-smart-wrapper {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: auto !important;
        background: #000;
    }

    .media-story__bg .img-smart-wrapper .img-bg-blur {
        inset: -24px;
        width: calc(100% + 48px);
        height: calc(100% + 48px);
        object-fit: cover;
        filter: blur(22px);
        transform: scale(1.08);
        opacity: 0.65;
    }

    .media-story__bg .img-smart-wrapper .img-main {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}