/* This file to be placed in BM > Sites-Hibbett-US-Library > css */

.home-mvp-container {
    background: url("../images/homepage/home-mvp-back-mobile.png") top left no-repeat;
    background-size: cover;
    height: auto;
}
.more {
    max-width:1280px;
    padding:20px 10px 0 10px;
    margin: auto;
    font-size: 12px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: inline;
}
@media only screen and (min-width: 768px) {
   .home-mvp-container {
       background: url("../images/homepage/home-mvp-back.png") top left no-repeat;
       background-size: cover; 
    } 
}