
    .rh-tag{
        height: 80%;
    }
    .rh-aplayer{
        height: 100vh;
    }
    .rh {
        margin: 0;
        padding: 0;
        /*min-height: 500px;*/
    }

    .widget-area{
        position: absolute;
        top: -0.5em;
        height: 0;
        width: 100%;
        color: white;
        background: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
    }
    .widget-area.active{
        top: 0;
        height: 6em;
        width: 100%;
    }

    .widget-area .widget-content .widget {
        position: relative;
    }

    .widget-area .widget-area-content{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .widget-area .widget-area-content .widget-area-button{
        width: 60px;
        height: 30px;
        position: absolute;
        top: 90%;
        border: none;
        outline: none;
        background: #75a4c0;
        border-radius: 10px;
        color: #d6f4f6;
        cursor: pointer;
        z-index: 9999;
    }
    .widget-area .widget-area-content .widget-area-button:hover{
        background: #009cf9;
    }

    .widget-area .widget-area-content .widget-slots{
        display: none;
        width: 100%;
        justify-content: space-around;
    }
    .widget-area.active .widget-area-content .widget-slots{
        display: flex;
    }

    .widget-area .widget-area-content .widget-slots a{
        text-decoration: none;
        color: #333;
        font-size: 1.4em;
    }

    .rh-aplayer .wrapper-min-height {
        min-height: 400px;
    }

    .rh-aplayer{
        position: relative;
        /*min-height: 500px;*/
    }

    .rh-aplayer .wrapper {
        box-sizing: border-box;
    }

    .rh-aplayer *,
    .rh-aplayer *:before,
    .rh-aplayer *:after {
        box-sizing: inherit;
    }

    .rh-aplayer .h1,
    .rh-aplayer .h2,
    .rh-aplayer .h3,
    .rh-aplayer .h4,
    .rh-aplayer .h5,
    .rh-aplayer .h6,
    .rh-aplayer h1,
    .rh-aplayer h2,
    .rh-aplayer h3,
    .rh-aplayer h4,
    .rh-aplayer h5,
    .rh-aplayer h6 {
        margin: 0;
        font-family: inherit;
        line-height: inherit;
        color: inherit;
        font-weight: normal;
    }

    .rh-aplayer section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #loader {
        -webkit-animation: animate 1.5s linear infinite;
        animation: animate 1.5s linear infinite;
        clip: rect(0, 200px, 200px, 100px);
        height: 50px;
        width: 100px;
        position: absolute;
        left: calc(50% - 100px);
        top: calc(50% - 100px);
    }

    #loader:after {
        -webkit-animation: animate2 1.5s ease-in-out infinite;
        animation: animate2 1.5s ease-in-out infinite;
        clip: rect(0, 200px, 200px, 100px);
        content: '';
        border-radius: 50%;
        height: 50px;
        width: 100px;
        position: absolute;
    }

    .loader-text {
        /*margin-top: 400px !important;*/
        color: #333;
    }

    @-webkit-keyframes animate2 {
        0% {
            box-shadow: inset #333 0 0 0 17px;
            -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
        }
        50% {
            box-shadow: inset #333 0 0 0 2px;
        }
        100% {
            box-shadow: inset #333 0 0 0 17px;
            -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
        }
    }

    @keyframes animate2 {
        0% {
            box-shadow: inset #333 0 0 0 17px;
            -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
        }
        50% {
            box-shadow: inset #333 0 0 0 2px;
        }
        100% {
            box-shadow: inset #333 0 0 0 17px;
            -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
        }
    }

    @-webkit-keyframes animate {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
        }
    }

    @keyframes animate {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
        }
    }

    .col--1-2 {
        width: 50%;
    }

    .col--2-2 {
        width: 100%;
    }

    .col--1-3 {
        width: 33.33333%;
    }

    .col--2-3 {
        width: 66.66667%;
    }

    .col--3-3 {
        width: 100%;
    }

    @media (min-width: 620px) {
        .col--1-2\@md {
            width: 50%;
        }
        .col--2-2\@md {
            width: 100%;
        }
        .col--1-3\@md {
            width: 33.33333%;
        }
        .col--2-3\@md {
            width: 66.66667%;
        }
        .col--3-3\@md {
            width: 100%;
        }
    }

    @media (min-width: 1400px) {
        .col--1-2\@lg {
            width: 50%;
        }
        .col--2-2\@lg {
            width: 100%;
        }
        .col--1-3\@lg {
            width: 33.33333%;
        }
        .col--2-3\@lg {
            width: 66.66667%;
        }
        .col--3-3\@lg {
            width: 100%;
        }
    }

/*    body {
        margin: 0;
    }*/

    .rh-aplayer .wrapper-backgroud {
        background-image: linear-gradient(90deg, cornflowerblue 0%, wheat 50%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        background-blend-mode: difference;
        font-family: "Catamaran", sans-serif;
        color: #333;
        min-height: 200px;
        
        }

    .rh-aplayer .mobile{
        display: none;    
    }

    .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        z-index: 99;
    }

    .player-header {
        width: 100%;
    }

    .wrapper {
        box-sizing: border-box;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    @media (max-width: 550px) {
        .wrapper {
            padding: 0 5px;
        }
    }

    @media (max-width: 995px) {
        .cols {
            max-width: 600px;
        }
    }

    @media (min-width: 996px) {
        .cols {
            /*width: 100%;*/
            max-width: 650px;
        }
    }

    .rh-aplayer .rh-card {
        padding: 5px;
        z-index: 1;
        float: left;
    }

    .rh-aplayer .rh-card .rh-card__inner .displayText {
        margin-top: 0px;
    }

    .rh-aplayer .rh-card .rh-card__inner .displayText .songname {
        font-weight: 700;
        font-size: 1.4em;
        margin-bottom: -5px;
        line-height: 1em;
    }

    .rh-aplayer .rh-card .rh-card__inner .displayText .artist {
        font-size: 1.2em;
        line-height: 1em;
    }



    .rh-aplayer .rh-card .rh-card__inner {
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
        box-sizing: border-box;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        -ms-flex-item-align: center;
        align-self: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-flow: row;
        flex-flow: row;
        position: relative;
    }

    .rh-aplayer .rh-card .rh-card__inner .rh-card__title {
        font-weight: 200;
        font-size: 1.4em;
        text-transform: uppercase;
    }

    .rh-aplayer .rh-card .rh-card__inner .name-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rh-aplayer .rh-card .rh-card__inner .img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .rh-aplayer .rh-card .rh-card__inner .img-wrapper img {
        width: auto;
        height: 55px;
    }

    .rh-aplayer .after-left .rh-card__inner,
    .rh-aplayer .after-right .rh-card__inner {
        padding: 0;
    }

    .rh-aplayer .after-left .rh-card__inner div.col:first-child,
    .rh-aplayer .after-right .rh-card__inner div.col:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 130px;
    }

    .rh-aplayer .after-left .rh-card__inner div.col:first-child img,
    .rh-aplayer .after-right .rh-card__inner div.col:first-child img {
        width: 80px;
        height: 90px;
		border-radius: 8px;
    }

    .rh-aplayer .after-left .rh-card__inner div.col:last-child,
    .rh-aplayer .after-right .rh-card__inner div.col:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% - 80px);
    }

    .rh-aplayer .after-left .rh-card__inner div.col:last-child h3,
    .rh-aplayer .after-left .rh-card__inner div.col:last-child h4,
    .rh-aplayer .after-right .rh-card__inner div.col:last-child h3,
    .rh-aplayer .after-right .rh-card__inner div.col:last-child h4 ,
    .rh-aplayer .after-right .rh-card__inner div.col:last-child h5 {
        padding: 0 15px;
        margin: 0;
        font-size: 1.2em;
		
    }

    .rh-aplayer .after-left .rh-card__inner div.col:last-child h4,
    .rh-aplayer .after-right .rh-card__inner div.col:last-child h4 ,
    .rh-aplayer .after-right .rh-card__inner div.col:last-child h5 {
        color: #595959;
        font-size: 1.15em;
        line-height: 1.25em !important;
    }

    @media (max-width: 620px) {
        .rh-aplayer .after-left,
        .rh-aplayer .after-right {
            width: 100%;
        }
        .rh-aplayer .after-left div.col:last-child,
        .rh-aplayer .after-right div.col:last-child {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    .rh-aplayer .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #000;
    }

    .rh-aplayer .video-wrapper video#bgvid {
        position: absolute;
        display: none;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        width: 100%;
        height: 100%;
        -webkit-transition: 1s opacity;
        transition: 1s opacity;
    }

    .rh-aplayer .player {
        width: 100%;
    }

    .rh-aplayer .player > * {
        padding: 0 !important;
    }

    .rh-aplayer .player .player-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
 /*       -webkit-box-pack: center;*/
        -ms-flex-pack: center;
        /*justify-content: center;*/
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }

    .rh-aplayer .player .player-data p {
        /*margin: 0;
        padding: 0;*/
        position: relative;
    }

    .rh-aplayer .displayText p .popover {
        background-color: rgba(0, 0, 0, 0.85);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        color: #fff;
        display: none;
        font-size: 12px;
        width: 200px;
        z-index: 4;
        padding: 5px;
        font-family: "Catamaran", sans-serif;
        position: absolute;
        top: -3.5em;
    }

    .rh-aplayer .displayText p .popover:before {
        border-top: 7px solid rgba(0, 0, 0, 0.85);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        bottom: -7px;
        content: '';
        display: block;
        left: 50%;
        margin-left: -7px;
        position: absolute;
    }

    .rh-aplayer .displayText p:hover .popover {
        display: block;
        -webkit-animation: fade-in 0.3s linear 1;
        -moz-animation: fade-in 0.3s linear 1;
        -ms-animation: fade-in 0.3s linear 1;
    }

    .rh-aplayer .displayText h3:first-child {
        font-size: 1.35em;
    }

    .rh-aplayer .displayText h3:nth-child(2) {
        font-size: 1.25em;
        color: #595959;
        font-style: italic;
        text-transform: inherit;
    }

    .rh-aplayer .displayText p:nth-child(2) .popover {
        position: absolute;
        top: -2.5em;
    }

    .rh-aplayer .player .player-data .prevolume {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
       /* -webkit-box-pack: center;*/
        -ms-flex-pack: center;
        /*justify-content: center;*/
        height: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 90%;
        /*padding-top: 35px;*/
    }

    .rh-aplayer .player .player-data .prevolume .fa {
        margin: 0 10px;
    }

    .rh-aplayer .player .player-data .prevolume .timer {
        padding: 0 15px;
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        height: 30px;
    }

    .rh-aplayer .player .player-data .prevolume .timer h1 {
        font-size: 1.25em;
    }

    .rh-aplayer .player .player-data .prevolume .volume-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .rh-aplayer .player .player-data .prevolume .volume-wrapper #volume {
        margin: 0 auto;
        height: 5px;
        width: 150px;
        background: #555;
        border-radius: 15px;
    }

    .rh-aplayer .player .player-data .prevolume .volume-wrapper #volume .ui-slider-range-min {
        height: 5px;
        width: 100%;
        position: absolute;
        background: #737373;
        border: none;
        border-radius: 10px;
        outline: none;
    }

    .rh-aplayer .player .player-data .prevolume .volume-wrapper #volume .ui-slider-handle {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: #333;
        position: absolute;
        margin-left: -8px;
        margin-top: -8px;
        left: 100%;
        cursor: pointer;
        outline: none;
    }

    .rh-aplayer .player .cover-wrapper {
        width: 120px;
        height: 120px;
        position: relative;
    }

    .rh-aplayer .player .cover-wrapper img {
        width: inherit;
        height: 100%;
        max-width: 120px;
/*        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;*/
/*        position: relative;*/
    }

    .rh-aplayer .player .cover-wrapper button {
        margin: auto;
        left: 35%;
        top: 35%;
        border: none;
        border: 3px solid rgba(255, 255, 255, 0.9);
        width: 60px;
        height: 60px;
        background: rgba(255, 59, 38, 1);
        border-radius: 25px !important;
        -webkit-transition: all 0.15s;
        transition: all 0.15s;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
    }

    .rh-aplayer .player .cover-wrapper button.is-play {
        font-size: 0.5em;
        margin: auto;
        left: 70%;
        top: 75%;
        width: 40px;
        height: 40px;
        border-radius: 12.5px;
        position: absolute;
    }

    .rh-aplayer .player .cover-wrapper button:focus {
        outline: none;
    }

    .rh-aplayer .player .cover-wrapper button svg {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.2em;
        font-style: normal;
    }

    .rh-aplayer .player .cover-wrapper button.is-pause{
        margin-left: 5px;
        line-height: 0;
    }

    .rh-aplayer .player.small .player-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        word-wrap: break-word;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .rh-aplayer .player.small .player-data h3 {
        margin: 0 5px;
        padding: 0;
    }

    .rh-aplayer .player.small .player-data h3:first-child {
        font-size: 1em;
    }

    .rh-aplayer .player.small .player-data h3:nth-child(2) {
        font-size: 1em;
        color: #595959;
        font-style: italic;
    }

    .rh-aplayer .player.small .player-data .prevolume {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .rh-aplayer .player.small .player-data .prevolume .timer {
        padding: 0 15px;
    }

    .rh-aplayer .player.small .player-data .prevolume .volume-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .rh-aplayer .player.small .player-data .prevolume .volume-wrapper #volume {
        width: 110px;
    }

    .rh-aplayer .player.small .cover-wrapper {
        width: 150px;
        height: 103px;
        position: relative;
    }

    .rh-aplayer .player.small .cover-wrapper img {
        width: 130px;
        height: 150px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .rh-aplayer .player.small .cover-wrapper button {
        left: 49.5px;
        top: 45.5px;
        width: 25px;
        height: 25px;
        border-radius: 12.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rh-aplayer .player.small .cover-wrapper button.is-play {
        left: 49.5px;
        top: 45.5px;
        width: 25px;
        height: 25px;
        border-radius: 12.5px;
    }

    .rh-aplayer .player.small .cover-wrapper button i {
        font-size: 11.83333px;
        margin-left: 0;
        line-height: 20.83333px;
        position: relative;
    }

    .rh-aplayer .player.small .cover-wrapper button i.is-play {
        font-size: 11.83333px;
        line-height: 20.83333px;
        position: relative;
    }

    .rh-aplayer .a-icon-minimalize {
        /*padding: 0 15px;*/
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        /*height: 30px;*/
        margin-top: -13px;
        margin-left: -25px;
    }

    .rh-aplayer .send-greetings, .rh-aplayer .playlist-button{
        width: 100%;
        text-align: center;
    }

    .rh-aplayer .send-greetings a, .rh-aplayer .playlist-button a{
        color: #333;
        text-decoration: none;
    }

    .rh-aplayer .send-greetings button, .rh-aplayer .playlist-button button{
        background: none;
        border: none;
        outline: none;
        color: #333;
        font-family: "Catamaran", sans-serif;
        -webkit-font-smoothing: antialiased;
        font-size: 1em;
    }

    .rh-aplayer .channel-option .channel-option-link {
        text-decoration: none;
        color: #333;
    }

    .rh-aplayer .station-off-message{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 120px;
        width: 100%;
        font-size: 2em;
    }

    .rh-aplayer .channel-option .channel-image{
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .rh-aplayer .cols-min{
        max-width: 700px !important;
    }    

    .rh-aplayer .cover-min{
        width: 155px !important;
        height: 125px !important;
    }

    .rh-aplayer .displayText-min{
        width: 80% !important;
    }

    .rh-aplayer .volume-min{
        width: 151px !important;
    }

    #in-widgets{
        z-index: 9999999;
    }

    #in-widgets .close-iframe{
        z-index: 9999999999;
        position: relative;
        margin-top: -20px;
        float: right;
        border: 1px solid black;
        border-radius: 6px;
        background-color: white;
        outline: none;
    }

    .rh-signature {
        position: absolute;
        bottom: 0;
        right: 0;
        height: auto;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 0px;
        box-sizing: border-box;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
        padding: 2px 5px;
        align-self: center;
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        flex-flow: row;
        font-size: 12px;
    }
    
    .rh-signature img {
        width: 50%;
        float: right;
    }

    @media screen and (orientation:portrait){
        body{
            font-size: 175%;
            overflow-y: auto;
            zoom: 0.4;
        }
        .widget-area{
            z-index: 9999;
        }
        .widget-area .widget-area-content .widget-area-button{
            width: 80px;
            height: 30px;
        }
        .widget-area .widget-area-content .widget-slots a{
            font-size: 0.9em;
        }
        .rh-aplayer{
            height: 100%;
        }
        .rh-aplayer .player .player-data{
            display: none;
        }
        .player .rh-card__inner{
            height: 22.5em;
        }
        .rh-aplayer .rh-card .rh-card__inner{
            justify-content: center;
        }
        .rh-aplayer .mobile{
            display: block;
            width: 100%;    
        }
        .rh-aplayer .mobile .rh-card__inner .displayText{
            align-self: center;
            align-content: center;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            display: flex;
			
        }
        .rh-aplayer .mobile .rh-card__inner .displayText .radio-current-song-artist{
            margin-top: 0;
            padding: 0 15px;
			
        }

        .rh-aplayer .after-left,
        .rh-aplayer .after-right {
            width: 100%;
        }
        .rh-aplayer .after-left div.col:last-child,
        .rh-aplayer .after-right div.col:last-child {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .cols{
            max-width: calc(100% - 1em);
            height: 250vh;
            flex-flow: column;
        }
        .rh-aplayer .player .cover-wrapper{
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .rh-aplayer .player .cover-wrapper img{
            width: auto;
            height: 100%;
            max-height: 100%;
            max-width: 100%;
        }
        .rh-aplayer .after-left .rh-card__inner div.col:first-child img, .rh-aplayer .after-right .rh-card__inner div.col:first-child img{
            width: 160px;
            height: 100%;
        }
        .rh-aplayer .wrapper-backgroud{
            background:url("../img/aplayer_2.jpg");
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: cover;
        }
        .rh-aplayer .rh-card .rh-card__inner .img-wrapper img{
            height: 6.5em;
            width: auto;
        }
        .rh-aplayer .after-left .rh-card__inner div.col:last-child h3,
        .rh-aplayer .after-left .rh-card__inner div.col:last-child h4,
        .rh-aplayer .after-right .rh-card__inner div.col:last-child h3,
        .rh-aplayer .after-right .rh-card__inner div.col:last-child h4 {
            font-size: 1.5em;
        }
        .rh-aplayer .after-left .rh-card__inner div.col:last-child h4,
        .rh-aplayer .after-right .rh-card__inner div.col:last-child h4 {
            color: #595959;
            font-size: 1.6em;
            line-height: 1.25em !important;
        }
        .rh-aplayer .after-left .rh-card__inner div.col:first-child, .rh-aplayer .after-right .rh-card__inner div.col:first-child{
            width: 160px;
        }
        #rh-icon-play{
            position: absolute;
        }
        .rh-aplayer .player .cover-wrapper button.is-play,
        .rh-aplayer .player .cover-wrapper button{
            margin: auto;
            left: calc(50% - 100px);
            top: calc(50% - 100px);
            width: 200px;
            height: 200px;
            border-radius: 50% !important;
            position: absolute;
            border:3px solid #fff;
        }
        .rh-aplayer .player .cover-wrapper button.is-play,
        .rh-aplayer .player .cover-wrapper button.is-pause{
            font-size: 3em;
            line-height: 0;
            margin-left: 0;
            position: relative;
            top: 0;
        }
        .rh-aplayer .rh-card .rh-card__inner .displayText .artist{
            font-size: 1.4em;
            margin: auto;
        }
        .rh-aplayer .rh-card .rh-card__inner .displayText .songname{
            font-size: 2em;
        }s
        .rh-aplayer .player .player-data .prevolume,
        .rh-aplayer .player .player-data .prevolume .timer{
            height: auto;
        }
        .rh-aplayer .player .player-data .prevolume .timer{
            padding:0;
        }
        .rh-aplayer .send-greetings, .rh-aplayer .playlist-button{
            display: none;
        }

    }

@media (max-width: 490px) {
    .rh-aplayer .player .player-data .prevolume .timer {
        display: none;
    }
}

@media screen and (orientation:portrait) and (max-height: 530px) {
    .player .rh-card__inner {
        height: 10.5em;
    }

    .rh-aplayer .player .cover-wrapper button.is-play, .rh-aplayer .player .cover-wrapper button{
        left: calc(50% - 60px);
        top: calc(50% - 70px);
        width: 125px;
        height: 125px;
    }

    .rh-aplayer .player .cover-wrapper button.is-play, .rh-aplayer .player .cover-wrapper button.is-pause{
        font-size: 2em;
    }
}