/*Centering header text mario.r@bizzabo.com ZD:193200*/
@media screen and (min-width:769px){
div.header.rowHolder.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-9.col-md-8.left{
width: 1060px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 200px;
}

div.header.rowHolder.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4{
  width: 0px;
}
div.header.rowHolder.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-9.col-md-8.left > div > h1{
  text-align: center;
}
}

@media screen and (max-width: 450px) {
div.header.rowHolder.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-9.col-md-8.left > div > h1,
div.header.rowHolder.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-9.col-md-8.left > p{
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
div.header.rowHolder.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
        margin: -80px;
    }
}
/*Remove gray overlay without the need of hardcoding the image URL*/
 .global-cover-photo-background, .cover-photo-background, .header{
     background-size: 0 0, cover !important;
 }

/*Remove CTA button from header */
#section-8183527 > div.header.rowHolder.element-38658061.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div{
display:none !important
}