/*-espot-*/

#page {
    max-width: 1440px !important;
    margin: 0 auto;
}

.espot-2.banner-img,
#trends .espot-3 {
    display: none !important;
}

#page-wrapper.full #page #main_content_wrapper {
    margin: 0 auto !important;
}

#trends .espot-1 {
    padding: 0;
}

#content_wrapper_box {
    margin-top: 0 !important;
}

p {
    margin: 0 !important;
    padding: 0 !important;
}

#collectionsPage .collectionInfo p:before {
    content: "";
}

/*-styles-*/

.imgContainer {
    position: relative;
}

.bannerDesktop,
.bannerMobile {
    width: 100%;
    height: auto;
}

.textContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.textContainer h1,
.textContainer h2 {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.line {
    width: 132px;
    height: 1px;
    margin: 10px auto !important;
    background-color: #555;
}

/*  -- hide/show --  */

.display-desktop {
    display: block;
}

.display-mobile {
    display: none;
}

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

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }
}

/*  -- clear float --  */

.clear-float {
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

/*    */

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

    /*    */
    
    #collectionsPage #breadcrumb {
        margin-top: 0;
    }
    
    /*    */

    .imgContainer {
        margin-top: 60px !important;
    }

    .textContainer {
        padding: 0 10%;
    }

    .textContainer p br {
        display: none;
    }

}

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

    h1 {
        font-size: 29px;
    }

}

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

    h1 {
        font-size: 27px;
    }

}

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

    h1 {
        font-size: 25px;
    }

}
