.ab-helper-category-top {
    max-width: 1920px;
    margin: 0 auto;
}

.ab-helper-category-top__image {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: auto;
}

.tv-category-cover {
    display: none;
}

@media (max-width: 767px) {

    .ab-helper-category-top {
        margin-left: -30px;
        margin-right: -30px;
        height: 70vw;
        overflow: hidden;
    }

    .ab-helper-category-top img {  
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

}
