.flipcard-container {
    margin: 20px 0;
    display: inline-block;
    max-width: 100%}
.flipcard {
    font-family: tuitypelight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    perspective: 1000;
    transform-style: preserve-3d;
    position: relative;
}
.flipcard, .flipcard .fc-back, .flipcard .fc-front {
    height: 480px;
    width: 640px;
    max-width: 100%}
.flipcard.fc-clicked .fc-front {
    transform: rotateY(180deg);
}
.flipcard.fc-clicked .fc-back {
    transform: rotateY(0);
}
.flipcard .fc-flipper {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
}
.flipcard .fc-back, .flipcard .fc-front {
    backface-visibility: hidden;
    transition: .6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}
.flipcard .fc-front {
    z-index: 2;
    transform: rotateY(0);
}
.flipcard .fc-back {
    transform: rotateY(-180deg);
    background-position: center;
    background-size: cover;
}
.flipcard .fc-front:hover .fcf-textbox {
    opacity: 0;
    max-height: 100%
}
.flipcard .fc-front img {
    max-width: 100%;
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.flipcard .fcf-textbox {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    font-family: tuitypelight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    transition: all .5s ease-in-out;
}
.flipcard .fcf-maintext {
    padding: 50px 30px 0 30px;
    font-size: 40px;
    font-weight: 700;
}
.flipcard .fcf-subtext {
    padding: 0 30px 30px 30px;
    font-size: 20px;
}
.flipcard .fcf-textbox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
}
.flipcard .fc-front .fcf-more {
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}
.flipcard .fc-front .fcf-more p {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 100px;
    color: #fff;
}

    .flipcard .fc-front .fcf-more-mob {
        display: none;
        position: absolute;
        bottom: 20px;
        right: 10px;
        z-index: 1;
        font-size: 40px;
        color: #fff;
    }

.flipcard .fc-front:hover .fcf-more {
    opacity: 1;
    cursor: pointer;
}
.fcb-content {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    padding: 20px;
    z-index: 1;
    color: #fff;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}
.fcb-headline {
    font-size: 30px;
    font-weight: 700;
}
.fcb-paragraph {
    font-size: 20px;
    line-height: 30px;
    display: initial;
}
.flipcard .fc-back img {
    position: absolute;
    z-index: -1;
    max-width: 100%}
.fc-caption {
    font-family: tuitypelight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 5px;
    color: #777;
}
@media (max-width:767px) {
    .flipcard .fcf-maintext {
        font-size: 30px;
        padding-right: 60px;
    }
    .flipcard .fcf-subtext {
        font-size: 20px;
        padding-right: 80px
    }
    .flipcard .fc-front:hover .fcf-more {
        display: none;
    }

    .flipcard .fc-front .fcf-more-mob {
        display: initial;
    }

    .flipcard .fcb-paragraph {
        font-size: 20px;
        line-height: 24px;
    }

.flipcard .fc-front:hover .fcf-textbox {
    opacity: 1;
}

}
@media (max-width:480px) {
    .flipcard .maintext {
    font-size: 16px;
}
.flipcard .subtext {
    font-size: 12px;
}
.flipcard .fcb-paragraph {
    font-size: 18px;
    line-height: 24px;
}
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .ie-img {
    width: 640px;
    height: 480px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-reapeat;
    background-position: 50% 50%}
.flipcard .fc-front .fcf-more p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
}
