/*Remove gray overlay without the need of hardcoding the image URL*/
 .global-cover-photo-background, .cover-photo-background, .header{
     background-size: 0 0, 100vw !important;
 }

/*Making home page responsive mario.r ZD:215425*/

#section-5922004 > div > div > div{
  padding:0;
  height: 44vw; 
}

#section-5922004 > div{
  background-size: 100vw;
}

@media screen and (max-width: 550px) {
  #section-5922004 > div > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
           position: absolute;
        top: 48vw;
        left: 41vw;
  }

}

@media screen and (max-width: 768px) {
#section-5922004 > div > div > div > div.col-xs-12.col-sm-9.col-md-8.left{
  visibility: hidden;
}
  #section-5922005 > div > div{
    display: flex;
    flex-direction: column-reverse;
  }

}

/*End ------ Making home page responsive */