.case-slider .slider-content,
.case-slider .slider-content p:last-child{
  margin-bottom:0;
}

.case-slider .cta-button{
  margin-top:40px;
}

.case-slider .floating-banner .cta-button{
  margin-top:0px;
}

@media(min-width:992px){
  .case-slider img{
    height:100%;
    display:block;
  }
}

/*logo margin top start here
@media (min-width:1024px) and (max-width:1500px){
  .case-slider .brand-logo-wrapper{
    margin-top: 80px;
  }
  
  .case-slider .container{
    padding:0px;
    margin-top:auto;
    margin-bottom:auto;
  }
}
/**?