/*
.topmusic-join-target {
    position: relative;
    z-index:10;
}
*/
.topmusic-join-go-pro {
    background-image: url('../images/topmusic-2021/join-go-pro.svg');
    width: 150px;
    height: 150px;
    position: relative;
    margin: -72px auto;
    background-size:contain;
    background-repeat:no-repeat;
}
.topmusic-join-go-pro-background {
    position: absolute;
    height: 80px;
    width: 100%;
}
.topmusic-join-go-pro.almost-white {
    background-image: url('../images/topmusic-2021/join-go-pro-almost-white.svg');
}
.dark .topmusic-join-go-pro {
    background-image: url('../images/topmusic-2021/join-go-pro-dark.svg');
}
.dark .topmusic-join-go-pro.almost-white {
    background-image: url('../images/topmusic-2021/join-go-pro-almost-black.svg');
}
.topmusic-superpowers {
    padding-top: 40px;
}