.bannercontainer{
    position: absolute;
    width: 100%;
    top: 40px;
}
.banner{
    position:relative;
    width:100%;
    height:500px;
}
.fullwidthbanner-container{
    position:relative;
    width:100% !important;
    padding:0;
    max-height:500px !important;
    overflow:hidden
}
.fullwidthbanner-container .fullwidthbanner{
    position:relative;
    width:100% !important;
    max-height:500px !important
}
.fullscreenbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    height:100%
}