.main-content picture.seller-cover-background {
    height: 120px;
    overflow: hidden;
    margin-bottom: 8px;
}
.main-content picture.seller-cover-background img {
    height: 100%;
    object-fit: cover;
}

@media (min-width:480px) {
    .main-content picture.seller-cover-background {
        height: 250px;
        border-radius: 8px;
    }
    .main-content picture.seller-cover-background img {
        width: 100%
    }
}

@media (max-width: 480px) {
    .sub-page-heading {
        margin: 0
    }
}

