.block-promo .content {
    background-color: rgba(255, 255, 255, 0.9);
}

.home-erin .content {
    top: 20px;
    right: 20px;
    width: 60%;
}


.home-pants .content {
    top: 20px;
    left: 20px;
    width: 85%;
}
.home-t-shirts .content {
    color: #fff;
    background:#1b191b;
}
.home-t-shirts {
background: #1b191b;
}

@media all and (min-width: 768px), print {
    .home-erin img {
      height: 373px; 
    }
    .home-performance img {
        height: 664px;
    }
    .home-pants img {
        height: 664px;
    }
}

@media all and (max-width: 768px), print {
    .block-promo {
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        display: block;
        width: 100%;
        color: #333 !important;
        margin: 15px auto;
    }
    .block-promo .content {
        display: block;
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        overflow: hidden;
        padding: 15px 20px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .home-promo .title {
        font-size: 2.4rem !important;
        line-height: 1.2;
        display: block;
    }
    .home-t-shirts .image {
        width: 50%;
        vertical-align: middle;
        text-align: center;
        padding-left: 10px;
        height: 278px;
        float: left;
        background-position: center!important;
    }
    .home-t-shirts {
        height: 276px;
    }
    .home-t-shirts .content {
        width: 50%!important;
        float: right;
        position: static;
        background: none;
    }
    .block-promo .title {
        font-size: 2.2rem;
        display: block;
    }
    .home-main img,
    .sale-main img, .mens-pants img, .home-eco img,
    .home-pants img, .home-performance img {
        margin-left: 0;
    }
}

@media all and (max-width: 450px) {
    .block-promo .content {
        top: 0;
        width: 100%;
        left: 0;
    }
    .block-promo  {
        min-height: 220px;
    }
    .home-main img, .home-eco img {
        object-fit: cover;
        width: 100%;
        height: 243px;
    }
}