    .index1001 {
        z-index: 1001 !important;
    }
    
    .index1002 {
        z-index: 1002 !important;
    }
    
    .uc-index1001 {
        position: relative;
        z-index: 1001 !important;
    }
    
    .uc-index1002 {
        position: relative;
        z-index: 1002 !important;
    }
    
    .element-noise > div {
        background-size: contain !important;
        background-repeat: repeat !important;
    }
    
    .uc-hiding-gradient {
        position: relative;
        z-index: 1001!important;
    }
    
    .uc-hiding-gradient::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: clamp(200px, 5.085rem + 31.64vw, 480px);
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.06%, rgba(255, 255, 255, 0.49) 46.16%, rgba(255, 255, 255, 0.84) 71.61%, #FFF 91.3%);
    }
    
    .uc-hiding-gradient.hide-gradient::before {
        opacity: 0;
    }
    
    .t-feed__col-grid__post-wrapper {
        transition: .2s ease;
    }
    
    @media (min-width: 1600px) {
        .t758 .t-container {
         max-width: 1300px   
        }
        
    }
    
    @media (min-width: 640px) and (max-width: 960px) {
        .t758 .t-container {
         max-width: 100%;   
        }
    }