/* Add custom CSS styles below */ 
.image-title .title-heade {
    background: unset;
    color: #fff;
}
.banner_ad{
 max-height: 100vh !important;
  max-width: 80% !important;
}
a.fbanner-star-btn{
    display: none;
}
.landing-page-first-banner .container {
  margin-right: 7% !important
}


.landing-page-first-banner .container  > div {
  max-width: 45% !important 
}

@media (max-width:768px){
  .banner_ad{
  max-width: 100% !important;
}
  .landing-page-first-banner .container {
  margin-right: 0px  !important
}
}
.custom + div {
    display: none !important;
}