@media screen and (max-width:767px) {
    .profile-radio-title {
        color: #777777;
        font-size: 34px;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center;
    }

    .profile-radio-logo {
        margin-bottom: 0px;
        width: 150px;
        height: 150px;
    }

    .box-title {
        color: #A1A1A1;
        margin-bottom: 5px;
        text-align: center;
    }

    .profile-player-row {
        text-align:center;
    }

    .profile-player-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        margin: 0 auto;
    }

    @media (max-width: 530px) {
        /* Minimum radio profile view width*/
        .profile-player-wrapper {
            padding-left: 0px;
            padding-right: 0px;
            float: none;
            margin: 0 auto;
            width: 212px;
        }
    }
}
