.ads-long-banner, .ads-regular-banner, .ads-medium-banner, .ads-small-banner{
    width: 100%;
    max-width: 1280px;
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
}

.ads-regular-banner{
    max-width: 1280px;
    height: 300px;
}

.ads-medium-banner{
    max-width: 330px;
    height: 330px;
}

.ads-small-banner{
    max-width: 330px;
    height: 120px;
}

.ads-catalog-banner{
    border-radius: 6px;
    width: 100%;
    height: 100%;
    display: inline;
    overflow: hidden;
}

.ads-catalog-banner.mobil-baru{
    height: 295px;
}

.ads-tall-banner{
    top: 120px;
    position: fixed;
    max-width: 130px;
    width: 10%;
    min-height: 75%;
    max-height: 900px;
    overflow: hidden;
    z-index: 9999999;
}

.ads-tall-banner.right{right: 0px;}
.ads-tall-banner.left{left: 0px;}

.ads-long-banner img,
.ads-regular-banner img,
.ads-medium-banner img,
.ads-small-banner img, 
.ads-tall-banner img, 
.ads-catalog-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



@media (max-width: 576.5px) {
    .ads-long-banner{
        height: 64px;
        border-radius: 2px;
    }

    .ads-catalog-banner{
        max-height: 470px;
    }

    .ads-regular-banner {height: 120px !important; border-radius: 2px;}
    .ads-medium-banner{height: 280px !important; border-radius: 2px;}
    .ads-small-banner{height: 90px !important; border-radius: 2px;}

}

