.copyrightAct{
    text-transform: uppercase;
}
.follow-on-spotify iframe {
    width: 94px;
    height: 28px;
}
br.mobile {
    display: none;
}
@media only screen and (max-width:1300px){
    span.mobile {
        display: none;
    }
    br.mobile {
        display: block;
    }
}