<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300");

@font-face {
    font-family: 'OPTISaroneRomanNormal';
    src: url('../fonts/OPTISaroneRomanNormal.otf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, em, img, small, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: auto;
}

body {
    color: #ffffff;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /*background: url(https://i.cdn.turner.com/adultswim/big/img/2017/09/24/idk-bkg.jpg);*/
    overflow: auto;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
   /* max-width: 1380px;
    min-width: 1180px;*/
    margin: 0 auto;
    opacity: 0;
}

/*body.loader {
    background: rgba(78,43,184,1);
    background: -moz-linear-gradient(top, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,43,184,1)), color-stop(100%, rgba(28,13,75,1)));
    background: -webkit-linear-gradient(top, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    background: -o-linear-gradient(top, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    background: linear-gradient(to bottom, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e2bb8', endColorstr='#1c0d4b', GradientType=0 );
}
*/
input {
    color: #646464;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.75;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#global-nav {
    /*position: absolute;*/
    background-color: transparent;
    width: 100%;
    border-bottom: initial;
}

#global-nav .asnav-logo &gt; a {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

#global-nav .asnav-content__links&gt;li&gt;a {
    color: #000!important; 
    font-weight: 900;
}

footer {
    position: relative;
    /*bottom: 0;
    right: 0;
    width: 100%;*/
}

#global-as-footer {
    background: transparent;
}

#global-as-footer ul li a {
    color: #000000!important;
}

#global-nav .asnav-control__handle .asnav-control__open-svg path {
    fill: #000 !important;
}

#adultswim-info, #tbs-info,
#adultswim-info a, #tbs-info a  {
    color: #000000 !important;
}

#global-nav .asnav-logo img {
    filter:
        /* for demonstration purposes; originals not entirely black */
        contrast(1000%)
        /* black to white */
        invert(100%)
        /* white to off-white */
        sepia(100%)
        /* off-white to yellow */
        saturate(10000%)
        /* do whatever you want with yellow */
        hue-rotate(90deg);
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body.is-loading-0 .panel {
    opacity: 0;
}
body.is-loading-0 .panel &gt; #slider {
    -moz-transform: translateX(4em);
    -webkit-transform: translateX(4em);
    -ms-transform: translateX(4em);
    transform: translateX(4em);
}
body.is-loading-0 .panel &gt; .content {
    -moz-transform: translateX(-4em);
    -webkit-transform: translateX(-4em);
    -ms-transform: translateX(-4em);
    transform: translateX(-4em);
}

body.is-loading-1 .panel {
    -moz-transition: opacity 2s ease, -moz-transform 0.5s ease;
    -webkit-transition: opacity 2s ease, -webkit-transform 0.5s ease;
    -ms-transition: opacity 2s ease, -ms-transform 0.5s ease;
    transition: opacity 2s ease, transform 0.5s ease;
}
body.is-loading-1 .panel &gt; #slider {
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
}
body.is-loading-1 .panel &gt; .content {
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
}

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    padding: 3em 2em 0;
    width: 100%;
    max-width: 1380px;
    min-width: 1180px;
    margin: 0 auto 5em;
}

.panel {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    /*height: 100%;*/
    width: 100%;
    text-align: center;
    /*background: #f9d5e3;*/
}

.panel &gt; .content {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-transition: -ms-all 0.5s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 1em;
    width: 50%;
    height: 659px;
    position: relative;
}

.panel &gt; .image.left {
    position: relative;
    width: 50%;
    height: 659px;
}

.image.left &gt; .idk-logo {
    background-image: url(https://i.cdn.turner.com/adultswim/big/img/2017/09/22/idk.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 659px;
    /*height: calc(100% - 0em);*/
}

.image.left &gt; .idk-logo-background {
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(https://i.cdn.turner.com/adultswim/big/img/2017/09/22/idk-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;

}

.image.left .fallback,
.image.left .webgl {
    /*display: none;*/
}

.image.left &gt; img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    height: 659px;
    object-fit: cover;
}

.player-section {
    /*margin: 80px 0;*/
    -ms-transition: -ms-all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.player-section.active {
    transform: translate(0%, -100%);
}

.player-section.active-share {
    transform: translate(0%, -90%);
}

.player-section .album-container {
    margin: 1.5em 0;
}

.player-section .track-container {
    padding: 0 3em;
}

.player-section .track-container.mobile {
    padding: 0;
}

.player-section .track-container h3 {
    font-size: 20px;
    font-family: "OPTISaroneRomanNormal";
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
}

.player-section .song-container h4 {
    font-size: 16px;
    font-family: "OPTISaroneRomanNormal";
    color: #000000;
    font-weight: normal;
    /*text-transform: uppercase;*/
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1px;
}

.controller-section {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin: 28px 0 16px;
}

svg#Player_Controls {
    width: 354px;
    height: 27px;
}

.controller-section svg #share-button, 
.controller-section svg #back-button, 
.controller-section svg #play-button,
.controller-section svg #pause-button,  
.controller-section svg #forward-button,
.controller-section svg #tracks-button,
.controller-section svg #share-noactive,
.controller-section svg #tracks-noactive {
    cursor: pointer;
}

.controller-section svg #share-button:hover .share-button-hover {
    -o-transition:opacity .2s ease-out, visibility .2s ease-in;
    -ms-transition:opacity .2s ease-out, visibility .2s ease-in;
    -moz-transition:opacity .2s ease-out, visibility .2s ease-in;
    -webkit-transition:opacity .2s ease-out, visibility .2s ease-in;
    transition:opacity .3s ease-out, visibility .25s ease-in;
    visibility: visible;
    opacity: 1;
}

.share-button-hover {
    visibility: hidden;
    opacity: 0;
}

.share-noactive {
    display: none;
}

.controller-section svg #back-button:hover .back-button-hover {
    -o-transition:opacity .2s ease-out, visibility .2s ease-in;
    -ms-transition:opacity .2s ease-out, visibility .2s ease-in;
    -moz-transition:opacity .2s ease-out, visibility .2s ease-in;
    -webkit-transition:opacity .2s ease-out, visibility .2s ease-in;
    transition:opacity .3s ease-out, visibility .25s ease-in;
    visibility: visible;
    opacity: 1;
}

.back-button-hover {
    visibility: hidden;
    opacity: 0;
}

.controller-section svg #play-button:hover .play-button-hover {
    -o-transition:opacity .2s ease-out, visibility .2s ease-in;
    -ms-transition:opacity .2s ease-out, visibility .2s ease-in;
    -moz-transition:opacity .2s ease-out, visibility .2s ease-in;
    -webkit-transition:opacity .2s ease-out, visibility .2s ease-in;
    transition:opacity .3s ease-out, visibility .25s ease-in;
    visibility: visible;
    opacity: 1;
}

.play-button-hover {
    visibility: hidden;
    opacity: 0;
}

.controller-section svg #pause-button:hover .pause-button-hover {
    -o-transition:opacity .2s ease-out, visibility .2s ease-in;
    -ms-transition:opacity .2s ease-out, visibility .2s ease-in;
    -moz-transition:opacity .2s ease-out, visibility .2s ease-in;
    -webkit-transition:opacity .2s ease-out, visibility .2s ease-in;
    transition:opacity .3s ease-out, visibility .25s ease-in;
    visibility: visible;
    opacity: 1;
}

.pause-button-hover {
    visibility: hidden;
    opacity: 0;
}

.controller-section svg #forward-button:hover .forward-button-hover {
    -o-transition:opacity .2s ease-out, visibility .2s ease-in;
    -ms-transition:opacity .2s ease-out, visibility .2s ease-in;
    -moz-transition:opacity .2s ease-out, visibility .2s ease-in;
    -webkit-transition:opacity .2s ease-out, visibility .2s ease-in;
    transition:opacity .3s ease-out, visibility .25s ease-in;
    visibility: visible;
    opacity: 1;
}

.forward-button-hover {
    visibility: hidden;
    opacity: 0;
}

.controller-section svg #tracks-button:hover .tracks-button-hover {
    -o-transition:opacity .2s ease-out, visibility .2s ease-in;
    -ms-transition:opacity .2s ease-out, visibility .2s ease-in;
    -moz-transition:opacity .2s ease-out, visibility .2s ease-in;
    -webkit-transition:opacity .2s ease-out, visibility .2s ease-in;
    transition:opacity .3s ease-out, visibility .25s ease-in;
    visibility: visible;
    opacity: 1;
}

.tracks-button-hover {
    visibility: hidden;
    opacity: 0;
}

.tracks-noactive {
    display: none;
}

.progress-section {
    line-height: 1;
}

.progress-section &gt; * {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    display: inline-block;
    letter-spacing: 0.1em;
}

.progress-section .progress-container {
    display: inline-flex;
    margin: 0 0.2em;
    justify-content: center;
    align-items: center;
    width: 360px;
    vertical-align: middle;
}

.progress-section .progress-bar {
    vertical-align: middle;
    margin: 0 auto;
    width: 360px;
    cursor: pointer;
}

.progress-section .progress-bar {
    background: #000000;
}

.progress-section .progress {
    height: 4.5px;
    border-radius: 0px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    width: 30%;
    background-color: #f0633a;
}

.progress-section .progress-counter,
.progress-section .progress-time {
    font-size: 8pt;
    vertical-align: middle;
    line-height: 1;
}

.share-container {
    /*bottom: 1.75px;*/
    /*position: relative;*/
    padding: 0 2em;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.share-container.active {
    display: block;
}

.share-overlay {
    background: #fffcfd;
    padding: 0;
}

.divider {
    position:absolute;
    top:10%;
    bottom:10%;
    border-left:1px solid #8f8183;
}
.share-container .close-section {
    text-align: right;
    padding: 0.5em 0.5em 0;
}

.share-container .close-section #colapse-button {
    cursor: pointer;
}

.share-container .close-section #colapse-button {
    cursor: pointer;
}

.share-container .close-section #colapse-button:hover .share-close {
    -o-transition:color .2s ease-out, fill .2s ease-in;
    -ms-transition:color .2s ease-out, fill .2s ease-in;
    -moz-transition:color .2s ease-out, fill .2s ease-in;
    -webkit-transition:color .2s ease-out, fill .2s ease-in;
    transition:color .3s ease-out, fill .25s ease-in;
    fill: #f0633a;
}

.track-overlay .track-container {
    position: absolute;
    height: 100%;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    /*pointer-events: none;*/
}

.share-overlay .content-row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*margin: 1em auto;*/
}

.share-overlay  .content-row &gt; * {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.share-overlay  .content-row:after, .row:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.share-overlay .content-row.track-info {
    font-family: "OPTISaroneRomanNormal";
    text-transform: uppercase;
    color: rgb(28, 28, 28);
    text-align: center;
    letter-spacing: 1px;
    margin: 0em auto 1em;
}

.track-info .track-number {
    font-size: 30px;
    line-height: 1.75;
}

.track-info .track-artist {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
}

.track-info .track-name {
    font-size: 15px;
    text-transform: initial;
    letter-spacing: 1px;
    font-weight: normal;
}

.share-overlay .share-container-section {
    margin: 1.5em 0 0em;
}

.share-overlay .content-row.share-section {
    text-align: center;
    padding: 0 1em;
}

.share-section .share-title {
    font-family: "OPTISaroneRomanNormal";
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

#mobile .share-section .share-title {
    color: #ffffff;
}

.share-section .share-content {
    position: relative;
    height: 50px;
    display: block;
}

.share-section .share-content &gt; * {
    height: 22px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.share-section .share-content .divider {
    position: relative;
    height: 15px;
    width: 1px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: text-top;
}

.share-section .share-content .fb-container {
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/fb-logo_1.png') no-repeat center center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.share-section .share-content .fb-container:hover {
    -o-transition:background .125s ease-in;
    -ms-transition:background .125s ease-in;
    -moz-transition:background .125s ease-in;
    -webkit-transition:background .125s ease-in;
    transition:background .125s ease-in;
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/fb-logo-hover_1.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.share-section .share-content .tw-container {
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/tw-logo_1.png') no-repeat center center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.share-section .share-content .tw-container:hover {
    -o-transition:background .125s ease-in;
    -ms-transition:background .125s ease-in;
    -moz-transition:background .125s ease-in;
    -webkit-transition:background .125s ease-in;
    transition:background .125s ease-in;
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/tw-logo-hover_1.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.share-section .share-content .tb-container {
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/tb-logo_1.png') no-repeat center center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.share-section .share-content .tb-container:hover {
    -o-transition:background .125s ease-in;
    -ms-transition:background .125s ease-in;
    -moz-transition:background .125s ease-in;
    -webkit-transition:background .125s ease-in;
    transition:background .125s ease-in;
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/tb-logo-hover_1.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.share-section .share-content .gp-container {
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/gp-logo_1.png') no-repeat center center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.share-section .share-content .gp-container:hover {
    -o-transition:background .125s ease-in;
    -ms-transition:background .125s ease-in;
    -moz-transition:background .125s ease-in;
    -webkit-transition:background .125s ease-in;
    transition:background .125s ease-in;
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/gp-logo-hover_1.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.share-section .share-content .mail-container {
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/mail-logo_1.png') no-repeat center center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.share-section .share-content .mail-container:hover {
    -o-transition:background .125s ease-in;
    -ms-transition:background .125s ease-in;
    -moz-transition:background .125s ease-in;
    -webkit-transition:background .125s ease-in;
    transition:background .125s ease-in;
    background:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/27/mail-logo-hover_1.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.share-overlay .content-row.embed-section {
    text-align: center;
    padding: 0em 1em 1em;
}

.embed-section .embed-title {
    font-family: "OPTISaroneRomanNormal";
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

#mobile .embed-section .embed-title {
    color: #ffffff;
}

#mobile .share-section .share-title {
    color: #ffffff;
}

.embed-section .embed-field {
    margin-bottom: 10px;
}

.embed-section .embed-field &gt; input {
    width: calc(100% - 0em);
    height: 25px;
    border-width: 1px;
    border-style: solid;
    font-size: 11px;
    font-family: "Arial";
    padding: 0px 5px;
    text-align: center;
    color: rgb(55, 55, 55);
}

.embed-section .embed-button &gt; .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    background-color: transparent;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
    color: #cacaca !important;
    cursor: pointer;
    display: inline-block;
    font-family: "OPTISaroneRomanNormal";
    font-size: 0.6em;
    font-weight: 800;
    height: 3.25em;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 3px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.embed-section .embed-button &gt; .button.copy {
    background-color: rgb(0, 153, 164);
    box-shadow: none;
    color: #eeeeee !important;
    outline: none;
    user-select: none;
}

.embed-section .embed-button &gt; .button.copied {
    background-color: #f8059d;
    box-shadow: none;
    color: #e5e5e5 !important;
}

.embed-section .embed-button &gt; .button.error {
    background-color: rgb(0, 153, 164);
    box-shadow: none;
    color: #e5e5e5 !important;
}

.embed-section .embed-button &gt; .button.copy:hover {
    background-color: rgb(2, 186, 199);
    box-shadow: none;
    color: #ffffff !important;
}

.embed-section .embed-button &gt; .button.copy:hover:active {
    background-color: rgb(244, 10, 143);
    box-shadow: none;
    color: #d4d4d4 !important;
}

.tracks-section {
    padding: 0 2em;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.tracks-section.active {
    display: block;
}

.tracks-section .tracks-container {
    animation: fade-in .5s ease forwards;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    opacity: 0;
    transform: translateY(1em);
    background: rgba(255,255,255,0.75);
    padding: 0;
    position: relative;
}

.tracks-section .tracks-container .close-section {
    text-align: right;
    padding: 0.5em 0.5em 0;
}

.tracks-section .tracks-container .close-section #colapse-button {
    cursor: pointer;
}

.tracks-section .tracks-container .close-section #colapse-button:hover .tracks-close {
    -o-transition:color .2s ease-out, fill .2s ease-in;
    -ms-transition:color .2s ease-out, fill .2s ease-in;
    -moz-transition:color .2s ease-out, fill .2s ease-in;
    -webkit-transition:color .2s ease-out, fill .2s ease-in;
    transition:color .3s ease-out, fill .25s ease-in;
    fill: #f0633a;
}

/*.tracks-section .tracks-container .close-section #colapse-button:hover .colapse-button-hover {
    -o-transition:opacity .2s ease-out, visibility .2s ease-in;
    -ms-transition:opacity .2s ease-out, visibility .2s ease-in;
    -moz-transition:opacity .2s ease-out, visibility .2s ease-in;
    -webkit-transition:opacity .2s ease-out, visibility .2s ease-in;
    transition:opacity .3s ease-out, visibility .25s ease-in;
    visibility: visible;
    opacity: 1;
}

.tracks-section .tracks-container .close-section #colapse-button .colapse-button-hover {
    visibility: hidden;
    opacity: 0;
}*/

.tracks-container .content-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 300px;
    padding: 0em 1em 0.5em;
}

.tracks-container .content-row &gt; article {
    margin: 0.55em 0;
}

.tracks-container .content-row &gt; article.available {
    margin: 0.125em 0;
    width: 60%;
}

.tracks-container article &gt; * {
    display: table-cell;
}

.tracks-container article {
    font-family: "OPTISaroneRomanNormal";
    text-align: left;
    cursor: pointer;
    font-weight: normal;
}

.tracks-container article.available .info {
    color: #000000;
    padding: 4px 0;
}

.tracks-container article.available .info h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tracks-container article {
    color: #000000;
}

.tracks-container article .info h4 {
    font-size: 14px;
    text-transform: initial;
    letter-spacing: 1px;
}

.tracks-container article .info p {
    font-size: 13px;
}

.tracks-container article.available .track {
    color: #000000;
    vertical-align: top;
    padding: 0 5px;
    font-size: 16px;
}

.tracks-container article .track {
    color: #000000;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 16px;
}

.tracks-container article .info {
    vertical-align: middle;
}

.tracks-container article.active .info {
    color: #f0633a;
}

.tracks-container article.active .track {
    color: #f0633a;
}

.tracks-container article:hover .info {
    color: #f0633a;
}

.tracks-container article:hover .track {
    color: #f0633a;
}

#mobile {
    visibility: hidden;
    position: relative;
    display: none;
    height: 60%;
    overflow: hidden;
}

/*#mobile:after {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 0.5s ease, visibility 0.5s;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s;
    -ms-transition: opacity 0.5s ease, visibility 0.5s;
    transition: opacity 0.5s ease, visibility 0.5s;
    background: rgba(36, 38, 41, 0.5);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}*/

#mobile-header .player-section {
    margin: 0.5em 0;
    position: relative;
    transform: none;
    top: 0;

}

#mobile-header .player-section .album-container {
    width: 25%;
    margin: 0 auto;
    /*border: 12px solid #f9d5e3;*/
    display: block;
    margin-bottom: 1em;

}

#mobile-header .player-section .album-container img {
    max-height: 100%;
    max-width: 100%;
    /*border: 12px solid #f9d5e3;*/
    display: block;
    width: 100%;
    /*margin: 0 auto;*/
}

#mobile .panel {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);

    padding: 0.5em;
    bottom: auto;
    top: 0;
    animation: controller-fade 1.2s ease forwards;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-overflow-scrolling: touch;
    /*background: rgba(17, 17, 17, 0.975);*/
    background: transparent;
    bottom: 0em;
    left: 0;
    /*max-height: calc(100% - 12.5em);*/
    height: 100%;
    overflow-y: hidden;
    position: fixed;
    width: 100%;
    z-index: 400;
}

/*.mobile.preload {
   visibility: hidden;

}*/

#mobile .share-overlay {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-transition: -ms-all 0.5s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 1em;
    width: 100%;
    background: transparent;
    position: relative;

    height: 100%;
    overflow-y: scroll;
}

#mobile .share-container {
    padding: 0;
    width: calc(100% - 1em);
    text-align: center;
    margin: 0 auto;
    top: 0.5em;
    left: 0;
    right: 0;
    max-height: 100%;
    opacity: 1;
    background-image: url(https://i.cdn.turner.com/adultswim/big/img/2017/09/24/track-list.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099b9e', endColorstr='#fac70f', GradientType=1 );
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    display: none;
}

#mobile .album-container {
    position: relative;
}

#mobile .tracks-container {
    display: inline-table;
    /*display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-transition: -ms-all 0.5s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*padding: 0 1em;*/
    width: 100%;
    background: transparent;
    position: relative;
    /*height: 100%;*/
}

#mobile .tracks-section {
    padding: 0;
    width: calc(100% - 1em);
    text-align: center;
    margin: 0 auto;
    top: 0.5em;
    left: 0;
    right: 0;
    max-height: 100%;
    background-image: url(https://i.cdn.turner.com/adultswim/big/img/2017/09/24/track-list.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: fixed;
    overflow-y: scroll;
    display: none;
}

#mobile-panel .tracks-container .content-row &gt; article.available {
    margin: 0em 0 1em;
    width: 100%; 
}

#mobile .tracks-section.active {
    display: block;
}

#mobile .tracks-container article &gt; * {
    display: block;
}

#mobile .tracks-section.fade-out {
    animation: fade-out .5s ease-out forwards;
    -o-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -webkit-transition:all .8s ease;
    transform: translateY(0em);
    opacity: 1;
}

#mobile .tracks-container .content-row {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%;
    animation: fade-in 2.5s ease-out forwards;
    -ms-transition: -ms-all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(1em);
}

#mobile .tracks-container .close-section {
    position: relative;
    top: 0px;
    right: 0px;
    /*margin-bottom: 1em;*/
}

#mobile .tracks-container article {
     text-align: center; 
}

#mobile .tracks-container article.available .track {
    color: #ffffff;
    vertical-align: top;
    padding: 0 5px;
    font-size: 15px;
    text-transform: uppercase;
}

#mobile .tracks-container article .track {
    color: #ffffff;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 14px;
}

#mobile .tracks-container article .info {
    color: #ffffff;
    padding: 4px 0;
}

/*#mobile .tracks-container article:hover {
    background: rgba(252, 221, 232, 0.45);
}
*/
#mobile .tracks-container article:hover .info {
    color: #f0633a;
}

#mobile .tracks-container article:hover .track {
    color: #f0633a;
}

#mobile .tracks-container article.active .info {
    color: #f0633a;
}

#mobile .tracks-container article.active .track {
    color: #f0633a;
}

#mobile .share-container.active {
    display: block;
}

#mobile .share-container.fade-out {
    animation: fade-out .5s ease-out forwards;
    -o-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -webkit-transition:all .8s ease;
    transform: translateY(0em);
    opacity: 1;
}

#mobile .share-overlay .content-row.share-section {
    padding: 0;
}

.album-container.mobile {
    margin-bottom: 1em;
}

.album-container.mobile h2 {
    font-size: 24px;
}

.album-container.mobile h3 {
    font-size: 15px;
}


#mobile .share-container .close-section {
    position: absolute;
    top: 0px;
    right: 0px;
}

#mobile-header {
    -moz-transform: translateY(9em);
    -webkit-transform: translateY(9em);
    -ms-transform: translateY(9em);
    transform: translateY(9em);
    animation: controller-fade 1.2s ease forwards;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: transparent;
    bottom: 0%;
    height: 30%;
    left: 0;
    line-height: 4em;
    padding: 0 0.75em;
    position: fixed;
    user-select: none;
    width: 100%;
    z-index: 500;
    text-align: center;
    display: none;
    overflow-y: scroll;
}

@keyframes controller-fade {
    100% {
        -moz-transform: translateY(0em);
        -webkit-transform: translateY(0em);
        -ms-transform: translateY(0em);
        transform: translateY(0em);
    }
}

body.loading #mobile #header {
    -moz-transform: translateY(4em);
    -webkit-transform: translateY(4em);
    -ms-transform: translateY(4em);
    transform: translateY(4em);
}

#mobile .poster-section {
    /*object-fit: cover;*/
    position: relative;
    display: block;
    width: 100%;
    /*padding: 1.5em;*/
    height: 100%;
}

/*#mobile .poster-section .fallback,
#mobile .poster-section .webgl {
    display: none;
}*/


#mobile .poster-section img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#mobile-header .controller-section {
    margin: 0.5em 0;
    padding: 0 2.75em;
    display: flex;
}

.player-section .track-container.mobile h3 {
    font-size: 13px;
}

.player-section .song-container.mobile h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0px;
}

.share-overlay {
    animation: fade-in 0.5s ease-out forwards;
    -o-transition:all 1.5s ease;
    -ms-transition:all 1.5s ease;
    -moz-transition:all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    opacity: 0;
    transform: translateY(1em);
    /*padding-right: 2em;*/
}

@keyframes fade-in {
    100% {
        opacity: 1;
        transform: none
    }
}

.mobile-loader {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: transparent;*/
    background-color: #f0633b;
    /*background: -moz-linear-gradient(top, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,43,184,1)), color-stop(100%, rgba(28,13,75,1)));
    background: -webkit-linear-gradient(top, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    background: -o-linear-gradient(top, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    background: linear-gradient(to bottom, rgba(78,43,184,1) 0%, rgba(28,13,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e2bb8', endColorstr='#1c0d4b', GradientType=0 );*/
    padding: 4em 0 2em;
    z-index: 800;
    /*animation: fade-in 0.2s ease-out forwards;
    -ms-transition: -ms-all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    transform: translateY(1em);*/
    opacity: 1;
    transform: none
    /*top: 57px;*/
}

.mobile-loader.fade-out {
    animation: fade-out .5s ease-out forwards;
    -o-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -webkit-transition:all .8s ease;
    transform: translateY(0em);
    opacity: 1;
}

.mobile-loader .poster-section {
    width: calc(100% - 30%);
    margin: 0 auto;
    /*border: 12px solid #f9d5e3;*/
    display: block;

}

.mobile-loader .poster-section img {
    max-height: 100%;
    max-width: 100%;
    /*border: 12px solid #f9d5e3;*/
    display: block;
    width: 100%;
    /*margin: 0 auto;*/
}

.mobile-loader .content-section {
    margin: 1em auto 0em;
}

.mobile-loader .album-container {
    text-align: center;
}

.mobile-loader .album-container img {
    width: 35%;
    margin: 1em auto;
}

.mobile-loader .track-container {
    margin: 0;
}

.mobile-loader .track-container h3 {
    font-size: 15px;
    font-family: "OPTISaroneRomanNormal";
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1px;
}

.mobile-loader .song-container {
    margin: 0 1em;
    margin-bottom: 1em;
}

.mobile-loader .song-container h4 {
    font-size: 12px;
    font-family: "OPTISaroneRomanNormal";
    color: #000000;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0px;
}

.mobile-loader .content-section {
    display: block;
}

.mobile-loader .player-section {
    margin-bottom: 2em;
    display: block;
}

@keyframes fade-out {
    100% {
        opacity: 0;
        transform: translateY(5em);
    }
}

.turnDeviceNotification {
    position:fixed;
    top: 0;
    left:0;
    height:100%;
    width:100%;
    display: none;
    z-index: 232333;
}

.turnDeviceNotification {
    background-image:url('https://i.cdn.turner.com/adultswim/big/img/2017/09/24/turnDevice.png');
    background-size:cover;
    background-position: center;
}

@media screen and (max-width: 1680px) {
    
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1180px) {

    body.is-loading-0 .panel {
        -moz-transform: translateZ(-2em);
        -webkit-transform: translateZ(-2em);
        -ms-transform: translateZ(-2em);
        transform: translateZ(-2em);
    }
    body.is-loading-0 .panel &gt; #slider {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    body.is-loading-0 .panel &gt; .content {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /*#wrapper .panel {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 40em;
    }*/

    /*.controller-section {
        display: block;
    }

    .panel &gt; .content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .panel &gt; .image.left {
        width: 65%;
        margin: 0 auto;
    }

    .player-section {
        position: relative;
        top: 0;
        margin: 1em 0;
        transform: initial;
    }

    .player-section.active {
        transform: initial;
    }

    .player-section.active-share {
        transform: initial;
    }

    .tracks-section {
        padding: 2em;
        position: relative;
    }

    .share-container {
        padding: 2em;
        position: relative;
    }*/

    #mobile {
        visibility: visible;
    }

   /* #mobile .mobile-panel {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }*/

    /*#wrapper {
        display: none;
    }*/

    #mobile .panel {
        position: relative;
    }

    #mobile .share-container {
        position: absolute;
    }


    /*footer {
        position: relative;
    }*/
}

@media screen and (max-width: 1023px) {
    #global-nav .asnav-logo &gt; a {
        background-image: none;
        filter: none
    }
}

@media screen and (max-width: 430px) {

    .progress-section .progress-container {
        width: 240px;
    }

    .progress-section .progress-bar {
        width: 240px;
    }
}

@media screen and (max-width: 360px) {
    .progress-section .progress-container {
        width: 230px;
    }

    .progress-section .progress-bar {
        width: 230px;
    }
}

@media screen and (max-width: 320px) {
    .progress-section .progress-container {
        width: 200px;
    }

    .progress-section .progress-bar {
        width: 200px;
    }
}


</pre></body></html>