﻿/*promo banners*/

.desktop-banner {
    width: 1280px;
    height: 106px;
    margin: 0 auto;
    background-image: url(https://media.fantasylabs.com/assets/marketing/Labs_NASCAR_1280x100px.jpg);
    background-repeat: no-repeat;
}

.mobile-square {
    width: 100%;
    height: 360px;
    background-image: url(https://media.fantasylabs.com/assets/marketing/Labs_NASCAR_435x435px.jpg);
    background-size: 360px 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #363C4B;
}

.desktop-banner-nba {
    width: 1280px;
    height: 106px;
    margin: 0 auto;
    /*background-image: url(https://media.fantasylabs.com/assets/marketing/banner-ad-nba.png);*/
    background-image: url(https://media.fantasylabs.com/assets/marketing/Labs_NASCAR_1280x100px.jpg);
    background-repeat: no-repeat;
}

.mobile-square-nba {
    width: 100%;
    height: 303px;
    /*background-image: url(https://media.fantasylabs.com/assets/marketing/NBA_Specific_Banner_Ad_Mobile_Small.png);*/
    background-image: url(https://media.fantasylabs.com/assets/marketing/Labs_NASCAR_435x435px.jpg);
    background-size: 360px 360px;
    background-repeat: no-repeat;
    background-position: center;
}