/*SLIDER MOBILE BANNERS*/

/*TEMPORARY IF THERE IS ONLY ONE IMAGE*/

.main-slider a {
    margin-top: 10px;
    padding-bottom: 11.6% !important;
    font-size: 0;
    cursor: pointer;
    /*max-height: 300px;*/
}
.main-slider a.first {
    background: url(https://cdn6.bigcommerce.com/s-3piw3yvf12/product_images/uploaded_images/home-hero-mobile-bags.jpg) no-repeat 0% 50%;
    background-size: cover;
}
.main-slider a.second {
    background: url(https://cdn6.bigcommerce.com/s-3piw3yvf12/product_images/uploaded_images/home-hero-mobile-games.jpg) no-repeat 0% 50%;
    background-size: cover;
}
.main-slider a.third {
    background: url(https://cdn6.bigcommerce.com/s-3piw3yvf12/product_images/uploaded_images/home-hero-mobile-ncaa.jpg) no-repeat 0% 50%;
    background-size: cover;
}




@media only screen and (min-width: 768px) {

    .main-slider a {
        min-height: 400px;
        margin-top: 0;
        padding-bottom: 5.66% !important;
    }

    /*SLIDER DESKTOP BANNERS*/
    .main-slider a.first {
        background: url(../s-3piw3yvf12/product_images/uploaded_images/home-hero-desktop-bags.jpg) no-repeat 0% 50%;
        background-size: cover;
    }
    .main-slider a.second {
        background: url(../s-3piw3yvf12/product_images/uploaded_images/home-hero-desktop-gaming.jpg) no-repeat 0% 50%;
        background-size: cover;
    }
    .main-slider a.third {
        background: url(../s-3piw3yvf12/product_images/uploaded_images/home-hero-desktop-ncaa.jpg) no-repeat 0% 50%;
        background-size: cover;
    }
}

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

    .main-slider a {
        padding-bottom: 6% !important;
    }
}