.MasterCover .container {
    width: 98%;
    height: 280px;
    padding-right: 250px;
}
.MasterCover {
    background: radial-gradient(ellipse at top,rgba(163, 25, 80, 0),#9f184d 89%,#a1184e);
    position: relative;
    height: 353px;
    z-index: 100;
}

.backgroundCover:after {content: '';position: absolute;top: 0;right: 0;width: 100%;height: 100%;background: radial-gradient(ellipse at top,rgba(98, 52, 115, 0.79),rgb(38, 20, 45) 89%,rgb(31, 15, 37));}
.backgroundCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}