
.retailer-logo {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
    height: 83px;
    width: 190px;
}

.logo {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 65px;
    max-width: 190px;
    position: relative;
    width: 65%;
}

.title-container-img {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    min-height: 170px;
    position: relative;
    width: 85%;
}



.content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-wrap.content-wrap--no-album-art {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.content-wrap.content-wrap--no-album-art #apple-music-wrap {
    margin-right: auto;
    margin-top: 0;
}

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
    .logo {
        background-position: center center;
        margin: 0 auto -20px auto;
    }

    .logo-wrap {
        margin-bottom: 30px;
    }

    .logo-wrap.logo-wrap--with-stream {
        position: relative;
        top: -46px;
    }

    .retailer--watch-and-load .title-container.title-container-img-wrap, .title-container.title-container-img-wrap {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .title-container-img {
        min-height: 100px;
        width: 100%;
    }

    .sponsors {
        margin: 0 auto;
        width: 300px;
    }

    .sponsor {
        min-height: 75px;
    }
}

.youtube-container {
    border: 8px solid #f0f0f0;
    display: inline-block;
}

.youtube-container iframe {
    display: block;
}

.youtube-player__divider {
    border-bottom: 1px solid rgba(243, 244, 247, 0.5);
    display: block;
    margin: 30px 0;
}


#provider-container {
    /* float: left; */
    width: 320px;
}

#provider-list {
    margin: 0;
    padding: 0;
}

#provider-list li {
    display: block;
    height: 83px;
    margin: 0 0 2px 0;
    position: relative;
    padding: 0;
}

#provider-list a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #3a3e47;
}

#provider-list a:hover {
    text-decoration: none;
    color: #75a75a;
}

#provider-list a:hover .retailer-logo,
#provider-list a:hover .retailer-verb {
    background-color: #fff;
}

#provider-list .retailer-logo img {
    display: none;
}

.retailer-logo,
.retailer-verb {
    background-color: #f3f4f8;
}

.retailer-verb {
    float: right;
    height: 100%;
    position: relative;
    width: 128px;
}

.retailer-logo {
    float: left;
    width: 190px;
    height: 83px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.retailer-verb__text {
    left: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}


.retailer_1.retailer-logo {

    background-image: url('retailerLogo/Spotify_Logo_RGB_Green.png');
    background-size: 150px;


}


.retailer_2.retailer-logo {

    background-image: url('retailerLogo/2_12_LogoRetina.png');
    background-size: 150px 50px;


}

.retailer_3.retailer-logo {

    background-image: url('retailerLogo/3_11_LogoRetina.png');
    background-size: 112px 39px;


}

.retailer_6.retailer-logo {

    background-image: url('retailerLogo/6_9_LogoRetina.png');
    background-size: 150px 50px;


}

.retailer_12.retailer-logo {

    background-image: url('retailerLogo/12_5_LogoRetina.png');
    background-size: 135px 18px;


}


.retailer_14.retailer-logo {

    background-image: url('retailerLogo/Yandex.svg');
    background-size: 150px;

}


.retailer_16.retailer-logo {

    background-image: url('retailerLogo/Youtube.png');
    background-size: 150px;

}




@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
    .title-container {
        font-size: 24px;
        text-align: center;
    }

    #header {
        display: none;
    }

    #main {
        padding: 20px 0 60px 0;
    }

    #main .metadata img {
        border-width: 8px;
        display: block;
        height: auto;
        margin: 0 auto 15px auto;
        width: 215px;
    }

    .content-wrap {
        width: 300px;

    }

    .metadata {
        float: none;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    #provider-container {
        float: none;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }

    #pref-choice-container {
        text-align: center;
    }

    .retailer-logo {
        width: 180px;
    }

    .retailer-verb {
        width: 118px;
    }

    .content-wrap.content-wrap--has-apple-music #provider-container {
        margin-top: 20px;
    }

    .content-wrap.content-wrap--no-album-art #apple-music-wrap {
        margin-top: 20px;
    }
}