.banner {
    height: 30vw;
    padding: 0px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 690px) {
    .banner {
        display: none;
    }
}

.SingleBannerContainer {
    height: 35vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}