.gallery-header {
    position: unset;
    padding: 0;

  
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url(../images/distribution/banner.jpg) lightgray 0px -229.201px / 100% 291.227% no-repeat;
      background-size: cover;
    background-position: center;
}

.gallery-heading-main {
    color: #F5F5F5;
    text-shadow: -7.878px 6.893px 26.095px rgba(255, 255, 255, 0.50);
    font-family: ElmsSans-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.gallery-header::after{

}

.top-content{
   background: linear-gradient(90deg, #FFF8D8 0%, #FFFDF4 44.43%, #FFFEF7 50.46%, #FFF 100%);
}
.top-content p{
    color: #191919;
    font-family: ElmsSans-Light;
font-size: 14px;
font-style: normal;

}

.slider-box{
    background-image: url('../images/distribution/mobile-slide-bg.png');
   
    background-size: 100% 100%;
    padding: 12px 24px;
    padding-top: 28px;
filter:
  drop-shadow(0 1px 3px rgba(86, 86, 86, 0.05))
  drop-shadow(0 4px 6px rgba(86, 86, 86, 0.08))
  drop-shadow(0 8px 10px rgba(86, 86, 86, 0.10))
  drop-shadow(0 14px 16px rgba(86, 86, 86, 0.12));

}

.movieoverlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 55.08%, #000 100%);
}

.movieoverlay p{
    color:#fff;
    font-size: 12px;
    letter-spacing: 0.80px;
    position: absolute;
    bottom: 12px;
    left: 12px;
    text-decoration: none;
}
.movieoverlay p img{
        margin-right: 8px;
}
.movies-card{
     position: relative;
     margin-bottom: 20px;
    
}
.top-content{
    padding-left: 4%;
}
.left-side-sticky {
    position: sticky;
    top: 0;
}
.slider-box > div{
        padding-left: 4px;
        padding-right: 4px;
    }

      .right-side{
            margin-top: -22px;
    }

    .banner-overlay{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    }
@media (min-width:992px){
   .slider-box > div{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width:1200px){
    .top-content{
        padding-left: 8%;
    }
    .right-side{
            margin-top: -65px;
                    z-index: 1;
    }
    .movieoverlay p{
 bottom: 18px;
    left: 30px;
        font-size: 15px;
    }
    
}









@media (min-width:768px){
       .slider-box{
        background-image: url('../images/distribution/tab-slide-bg.png');
   
    }
    .right-side{
            margin-top: -25px;
    }
}

@media (min-width:1200px){
    .slider-box{
        background-image: url('../images/distribution/slider-bg.png');
   
    }
    .distribution-content {
    padding-right: 8%;
}
}

.home-logo img {
    height: 81px;
}

@media (max-width: 560px) {
    .home-logo img {
        height: 44px;
    }
}