.imgbox {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1167px;
    margin: 0 auto;
}

.imgbox.alternate {
    padding: 30px 0;
    margin-bottom: 20px;
}

.imgbox .img-cont {
    position: relative;
    z-index: 1;
    height: 100%;
    border-top: 6px solid #ed3593;
    margin-top: 1px;
}

.imgbox .img-cont img {
    display: block;
    width: 100%;
}

.imgbox.alternate .img-cont {
    box-shadow: 0px 0px;
    border-top: 0 none;
    border-bottom: 6px solid #226bb5;
}

.imgbox .img-cont::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.imgbox.alternate .img-cont::before { display: none; }

.imgbox .img-cont a {
    position: relative;
    z-index: 10;
}

.imgbox .content h3 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 20px 10px 0 14px;
    line-height: 1.1;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family:'Montserrat-Medium';
}

.imgbox.alternate .content h3 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #226bb5;
    padding-top: 25px;
    line-height: 1.3;
    margin: 0 0 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 100;
}

.imgbox .content .desc {
    background-color: #226bb5;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    padding: 20px 15px;
}

.imgbox .content .desc .alternate {
    display: none;
}

.imgbox.alternate .content .desc .original {
    display: none;
}

.imgbox.alternate .content .desc .alternate {
    display: block;
}

.imgbox.alternate .content { background-color: transparent; }

.imgbox.alternate .content .desc {
    background-color: transparent;
    font-size: 18px;
    color: #000;
    line-height: 1.8;
    padding: 0 15px 20px;
}

.imgbox .content .more-btn { display: inline-block; }
.imgbox.alternate .content .more-btn {
    display: block;
    margin-top: 40px;
}

.imgbox .content .stnd-btn {
    width: auto;
    font-family:'Montserrat-Medium';
    margin-right: auto;
    align-self: flex-start;
}

.imgbox .content .more-btn a:hover {
    text-decoration: underline;
    color: #ed3593;
}

.imgbox.alternate .content .stnd-btn {
    width: auto;
    background-color: #ed3593;
    font-size: 22px;
    padding: 15px 40px;
    margin-left: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 641px) {
    .imgbox.alternate {
        padding: 60px 0;
        margin-bottom: 20px;
    }
    .imgbox .img-cont,
    .imgbox .content { width: 100%; }

    .imgbox .content .desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .imgbox {
        flex-direction: row;
    }
    .imgbox .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding-left: 15px;
    }
    .imgbox.alternate .img-cont { max-width: calc(50% - 10px); }

    .imgbox.alternate .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }
    .imgbox.alternate .content h3 {
        position: relative;
        padding: 0px;
    }

    .imgbox .content h3,
    .imgbox.alternate .content {
        position: relative;
    }
    .imgbox .content .desc {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0;
        color: #fff;
        width: 80%;
        padding: 20px 25px;
        margin-bottom: 0;
    }
    .imgbox.alternate .content .desc {
        position: relative;
        background-color: transparent;
        width: 100%;
        padding: 0;
        color: #000;
    }
}

@media (min-width: 1025px) {
    .imgbox.alternate .content {
        padding-left: 35px;
    }
    .imgbox .content h3 {
        font-size: 28px;
        line-height: 36px;
        color: #fff;
        padding: 15px 0 0;
    }
    .imgbox.alternate .content h3 {
        font-size: 34px;
        letter-spacing: 0.22em;
    }
}
