.stock-fantasy-banner{
    background-image: url('../images/webp/stock-fantasy-banner.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.stock-fantasy-banner p{
   max-width: 620px;
}

.stock-fantasy-banner p.lead{
   font-size: 28px;
   font-family:'Geomanist';
   margin-top: 30px;
   margin-bottom: 22px;
   line-height: 1.4;
}



.banner-logos {
    display: flex;
    max-width: 470px;
    justify-content: space-between;
    align-items: center;
    
}

.banner-logos li {
   list-style-type: none;
    
}

.banner-logos li>img {
    width: 80%;
    
}


.casestudylogo {
    width: 234px;
}

.casestudylogo>img {
    width: 100%;
    height: auto;
}

.tiny-inner {
   
    height: 731px;
}



.slick-vertical .slick-slide {
    display: flex;
    align-items: flex-end;
   
  }


  @media screen and (max-width:1600px) {
  .casestudylogo {
        width: 140px;
    }
    .tiny-inner {
      height: 612px;
    }

}


@media screen and (max-width:767px) {
    .stock-fantasy-banner{
        background-image: url('../image/stock-fantasy-mobile.png');
        
    }
    .stock-fantasy-banner {
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
    }
    .stock-fantasy-banner p.lead {
        font-size: 20px;
        line-height: 1.4;
    }
  
    

      .whyVinfoIconBg {
       
        background-size: cover;
        padding-bottom: 40px;
    }
    
    .casestudylogo {
        width: 100px
   
    }
    
    .caseStudyDarkSection {
      
        padding-top: 40px;
    }
   
	
}


