/* Postcard */
.postcard {
    width: 100%;
    overflow: hidden;
}

.postcard .inner {
    max-width: 630px;
    margin: 0 auto;
    margin-bottom: 60px
}

.postcard .img-cont {
    margin-bottom: 20px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.35);
}

.postcard .img-cont img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.postcard .content {
    position: relative;
    padding: 0 20px;
}

.postcard .content p {
    margin-bottom: 5px;
}

.postcard .content::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 524px;
    height: 524px;
    top: -128px;
    left: -167px;
    background-color: rgba(243, 242, 242, 0.75);
    border-radius: 50%;
}

.postcard .title {
    margin-bottom: 12px;
    font-family: var(--font-display-alt);
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    color: var(--dark-grey);
}

.postcard .title a {
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.postcard .link {
    text-align: right;
}

.postcard .link a {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.postcard .link .icon {
    margin-left: 5px;
}

@media only screen and (min-width: 631px) {
    .postcard {
        overflow: visible;
    }
}

@media only screen and (min-width: 1025px) {
    .postcard {
        width: calc(100% - 110px);
        margin-left: auto;
        margin-bottom: 100px;
    }

    .postcard .inner {
        padding: 0 30px 120px 30px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .postcard {
        overflow: visible;
    }

    .postcard .inner {
        max-width: 1425px;
        display: flex;
        align-items: flex-start;
    }

    .postcard .inner>* {
        flex: 1 1 50%;
    }

    .postcard .img-cont {
        margin-bottom: 0;
        max-width: 630px;
        margin-left: auto;
    }

    .postcard .content {
        margin-left: 15px;
    }

    .postcard .content::after {
        top: -98px;
        left: -126px;
    }

    .postcard .title {
        margin-bottom: 18px;
        font-size: calc(33px + (46 - 33) * (100vw - 1200px) / (1600 - 1200));
        line-height: calc(35px + (50 - 35) * (100vw - 1200px) / (1600 - 1200));
    }

}

@media only screen and (min-width: 1600px) {
    .postcard .title{
        font-size: 46px;
        line-height: 50px;
    }

    .postcard .inner {
        align-items: flex-start;
    }
}


/*PostCard-Blog*/
.postcard-blog {
    padding: 0 20px;
    padding-bottom: 45px;
}

.postcard-blog .inner {
    margin: 0 auto 45px;
    max-width: 700px;
}

.postcard-blog .inner .item{
    position: relative;
    margin-bottom: 60px;
}

.postcard-blog .collection-title {
    font-family: var(--font-display-alt);
    font-weight: 900;
    font-size: 43px;
    line-height: 44px;
    text-transform: uppercase;
    color: var(--dark-grey);
    margin-bottom: 8px;
}

.postcard-blog .img-cont {
    margin-bottom: 15px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.35);
}

.postcard-blog .img-cont img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.postcard-blog .content .title {
    margin-bottom: 5px;
    font-family: var(--font-display-alt);
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.postcard-blog .content .title a{
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.postcard-blog .content p {
    margin-bottom: 10px;
    line-height: 27px;
    color: var(--dark-grey);
}

.postcard-blog .content .link a {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
    .postcard-blog {
        width: calc(100% - 110px);
        margin-left: auto;
    }

    .postcard-blog .collection-title{
        font-size: 70px;
        line-height: 75px;
        margin-bottom: 45px;
    }

    .postcard-blog .inner {
        max-width: 900px;
    }

    .postcard-blog .inner .item{
        margin-bottom: 50px;
    }

    .postcard-blog .img-cont {
        margin-bottom: 20px;
    }

    .postcard-blog .content .title {
        margin-bottom: 15px;
        font-size: 36px;
    }

    .postcard-blog .content p {
        line-height: 27px;
    }
}

@media only screen and (min-width: 1200px) {
    .postcard-blog .inner {
        position: relative;
        max-width: 1312px;
        margin: 0 auto;

    }

    .postcard-blog .img-cont {
        width: 52%;
    }

    .postcard-blog .content {
        position: absolute;
        top: 10%;
        width: 48%;
        left: 52%;
        padding: 40px;
        max-width: 640px;
    }

    .postcard-blog .content::after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 0;
        right: 0;
        left: -50px;
        bottom: 0;
        background-color: var(--off-white);
    }
}

@media only screen and (min-width: 1450px) {

    .postcard-blog .collection-title a {
        font-size: 81px;
        line-height: 85px;
    }

    .postcard-blog .img-cont {
        max-width: 700px;
    }

    .postcard-blog .content {
        position: absolute;
/*        top: 185px;*/
        left: 665px;
        max-width: 640px;
        padding: 84px 65px 126px;
    }

}
.postcard .video-cont,
.postcard-blog .video-cont {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.postcard .video-cont .play-btn,
.postcard-blog .video-cont .play-btn {
    position: absolute;
    z-index: 10;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: rgba(5, 7, 8, 0.8);
    display: block;
    opacity: 0.8;
}
.postcard .video-cont .play-btn i,
.postcard-blog .video-cont .play-btn i {
    color: var(--off-white);
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}
@media(min-width: 640px){
    .postcard .video-cont .play-btn,
    .postcard-blog .video-cont .play-btn {
        width: 73px;
        height: 73px;
    }
}