.showcase {
    margin-bottom: 20px;
}
.showcase .img-cont {}

.showcase .item {
    position: relative;
    margin: 0 0 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
}
.showcase .item .img-cont {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.showcase .item .img-cont img {
    display: block;
    width: 100%;
}

.showcase .item .img-cont .content  {
    width: 80%;
}
.showcase .item .img-cont .content,
.showcase .item .content-mobile {
    position: relative;
    display: none;
    background-color: rgba(34, 107, 181, 0.9);
    text-align: center;
}
.showcase .item .content-mobile { display: block; }

.showcase .item .content-mobile h4,
.showcase .item .img-cont .content h4 {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    margin: 0 ;
    text-align: center;
}
.showcase .item .content-mobile h4 a,
.showcase .item .content-mobile h4 span,
.showcase .item .img-cont .content h4 a,
.showcase .item .img-cont .content h4 span  {
    background-color: #ed3593;
    font-family: "Avenir LT W01_95 Black1475556", sans-serif;
    font-size: 30px;
    padding: 10px 20px;
    line-height: 1;
    color: #fff;
    display: block;
}
.showcase .item .content-mobile .content-inner,
.showcase .item .img-cont .content .content-inner {
    display: block;
    width: 100%;
    padding: 15px;
}
.showcase .item .content-mobile .content-inner .desc,
.showcase .item .img-cont .content .content-inner .desc {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    padding: 0;
}

.showcase .item .content-mobile .content-inner .desc.no-link,
.showcase .item .img-cont .content .content-inner .desc.no-link{
    margin-bottom: 30px;
}
.showcase .item .content-mobile .detail-link,
.showcase .item .img-cont .content .detail-link {
    display: inline-block;
    position: relative;
    bottom: 0;
    z-index: 9;
    width: auto;
    text-align: center;
    background-color: #fff;
    margin: 25px auto;
}
.showcase .item .content-mobile .detail-link a,
.showcase .item .img-cont .content .detail-link a {
    display: block;
    font-family: "Avenir LT W01_95 Black1475556", sans-serif;
    font-size: 18px;
    color: #ed3593;
    padding: 15px 35px;
    text-align: center;
}

@media (min-width: 641px) {

}

@media (min-width: 768px) {
    .showcase .item .img-cont {
        background-attachment: fixed;
    }
    .showcase .item .img-cont img { height: 390px; }
    .showcase .item .img-cont .content {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .showcase .item .content-mobile h4,
    .showcase .item .img-cont .content h4 {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto 25px;
        text-align: center;
    }
    .showcase .item .content-mobile h4 span,
    .showcase .item .img-cont .content h4 span,
    .showcase .item .content-mobile h4 a,
    .showcase .item .img-cont .content h4 a {
        display: inline-block;
    }
    .showcase .item .content-mobile .content-inner,
    .showcase .item .img-cont .content .content-inner{
        padding: 50px 35px 0;
    }

    .showcase .item .content-mobile { display: none; }
}

@media (min-width: 1025px) {
    .showcase .item .img-cont img { height: 620px; }
    .showcase .item .img-cont .content { width: 60%; }
}
