.bannercontainer {
    position: relative;
    margin: 0 auto;
    padding: 15px;
    background-color: #000;
    max-width: 1140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.banner {
    position: relative;
    max-width: 1140px;
    height: 700px;
    overflow: hidden
}
.fullwidthbanner-container {
    position: relative;
    width: 100% !important;
    padding: 0;
    max-height: 700px !important;
    overflow: hidden;
    background-color: #000
}
.fullwidthbanner-container .fullwidthbanner {
    position: relative;
    width: 100% !important;
    max-height: 700px !important
}
.fullscreenbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    height: 100%
}