element.style {
    padding: 50px;
    margin: 50px;
    border: 50px;
}

.brand_banner-wrap {
	display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.brand_banner-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#best_deals, #about_section {
    display: none !important;
}

