.WaGadgetMobilePanel .mobilePanel {
    position: relative;
    height: 60px;
    background: #EC5A2C;
    color: white;
    Width:100%;
}

.camera_wrap {
    background: #ffffff00 !important;
}

.zonePlace.zoneHeader2{
    Background: #EC5A2C;
    max-height: 60px;
}

td#id_yGpJm32.WaLayoutItem{
    background: #ffffff70;
  
}
@media only screen and (max-width: 600px)td#id_yGpJm32.WaLayoutItem{
        height: 500px !important;
        
    }

@media only screen and (min-width: 600px)td#id_yGpJm32.WaLayoutItem{
        height: 300px !important;
    }

@media only screen and (max-width:770px){
    div.LogosDesktop{
        display:none;
    }
}

@media only screen and (min-width:770px){
    div.LogosMobile{
        display:none;
    }
}

@media only screen and (max-width:601px){
    a.LoginLink{
        display:none ;
    }
}

@media only screen and (max-width:601px){
   div.HeaderMobile{
        width:100% ;
        text-align: center;
    }
}



.HomeHero{
        max-width:100%;
        height:auto;
        Display: block;
      
    }