.tip-of-the-iceberg {
    position: relative;
    background-image: url('../images/topmusic-2021/iceberg.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width: 728px;
    height: 385px;
}
.dark .tip-of-the-iceberg, .background-cool-teal .tip-of-the-iceberg {
    background-image: url('../images/topmusic-2021/iceberg-dark.png');
}
.dark .background-purple-rain .tip-of-the-iceberg {
    background-image: url('../images/topmusic-2021/iceberg.png');
}
.tip-of-the-iceberg h3 {
    position: absolute;
    top: 165px;
    padding-left: 225px;
    color:var(--mid-grey-old);
    text-align: left;
}
.tip-of-the-iceberg .arrow-swirl {
    position: absolute;
    bottom: -45px;
    right: 195px;
    z-index: 20;
}
@media all and (max-width: 767px) {
    .tip-of-the-iceberg {
        position: initial;
        background-image: url('../images/topmusic-2021/iceberg.png');
        background-size:contain;
        background-position:center;
        background-repeat:no-repeat;
        width: 100%;
        height: 270px;
    }
    .tip-of-the-iceberg h3 {
        position: initial;
        font-size:var(--font-s);
        padding-top:120px;
        padding-left: 160px;
    }
}