.translucent__paper-block {
    overflow: hidden;
    position: relative;
    min-height: 809px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.translucent__paper-block.two_image {
    min-height: 700px;
}

.translucent__paper--handwriting-container {
    position: relative;
    z-index: 5;
}

.translucent__paper-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.translucent__paper-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: url('../../../../themes/peridot/assets/images/noise.png') repeat;
    opacity: 0.2;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.translucent__paper-block:hover:before {
    opacity: 0;
}

.translucent__paper-block .overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: rgba(243, 240, 233, .8);
    backdrop-filter: blur(3px);
}

.translucent__paper-block:hover .overlay {
    opacity: 0;
}

.translucent__paper-block.is-active .overlay {
    opacity: 0;
}

.translucent__paper-inner .translucent__paper-content {
    position: relative;
    max-width: 1172px;
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    z-index: 2;
}

.translucent__paper-inner .translucent__paper-content.two_image {
    padding-top: 80px;
}

.translucent__paper-content .translucent__paper--wrapper-text {
    position: relative;
    top: 30px;
    padding-left: 30px;
}

.translucent__paper-illustrations {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;

}

.translucent__paper-illustrations .illustration-top {
    position: absolute;
    left: 7.3vw;
    top: 19%;
}

.translucent__paper-illustrations .illustration-bottom {
    position: absolute;
    right: 9vw;
    bottom: 38%;
}

.translucent__paper-content .translucent__paper-text {
    position: relative;
    top: 20px;
}

.translucent__paper-handwriting img {
    position: relative;
    right: 93px;
}

.translucent__paper-content .section-heading {
    text-align: center;
}

.translucent__paper-content .text-content {
    max-width: 518px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.translucent__paper-handwriting {
    text-align: right;
    margin-top: 60px;
    top: 45px;
    position: relative;
}

.translucent__paper-handwriting.two_image {
    top: 35px;
}

.translucent__paper-handwriting.two_image img {
    right: 35px;
}

@media only screen and (min-width: 1025px) {
    .translucent__paper-block:hover .overlay {
        opacity: 0;
    }
}

@media only screen and (max-width: 1200px) {

    .translucent__paper-illustrations .illustration-bottom,
    .translucent__paper-handwriting img {
        right: 0;
    }

    .translucent__paper-illustrations .illustration-top {
        left: 0;
    }

}

@media only screen and (max-width: 767.98px) {

    .translucent__paper-block.two_image,
    .translucent__paper-block {
        min-height: auto;
    }

    .illustration-item.illustration-center img {
        width: 131px;
        height: auto;
    }

    .translucent__paper-handwriting img {
        width: 225px;
        height: auto;
    }

    .translucent__paper-illustrations .illustration-top img {
        width: 83px;
        height: auto;
    }

    .translucent__paper-illustrations .illustration-top {
        left: 25px;
        top: 53px;
    }

    .translucent__paper-illustrations .illustration-bottom {
        right: 25px;
        bottom: inherit;
        top: 50px;
    }

    .translucent__paper-illustrations .illustration-bottom img {
        width: 100px;
        height: auto;
    }

    .translucent__paper-content .translucent__paper--wrapper-text {
        padding-left: 0;
    }

    .translucent__paper-inner {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 28px;
    }

    .translucent__paper-inner .translucent__paper-content.two_image {
        padding-top: 0;
    }

    .translucent__paper-inner .two_image .translucent__paper-illustrations {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .translucent__paper-content .translucent__paper--wrapper-text,
    .translucent__paper-handwriting {
        top: 0;
    }

    .translucent__paper-content .translucent__paper-text {
        top: 0;
        margin-top: 90px;
    }

    .translucent__paper-content .two_image .translucent__paper-text {
        margin-top: 0;
        padding-top: 70px;
    }

    .translucent__paper-content .two_image .translucent__paper-text {
        padding-top: 100px;
    }

    .translucent__paper-illustrations {
        height: 100%;
    }

    .translucent__paper-illustrations img {
        position: relative;
        top: 18px;
    }

    .translucent__paper-handwriting {
        margin-top: 0;
    }

    .translucent__paper-content .text-content {
        margin-top: 27px;
    }

    .two_image .translucent__paper-illustrations img {
        top: 0;
    }

    .two_image .translucent__paper-text {
        margin-top: 0;
    }

    .two_image .section-heading {
        padding-top: 185px;
    }

    .translucent__paper-handwriting.two_image,
    .two_image .translucent__paper-handwriting {
        top: 0;
    }

    .translucent__paper-handwriting.two_image img {
        right: 0;
    }

    .translucent__paper-block {
        padding-bottom: 80px;
    }

}

/* Targets screens between 390px and 480px inclusive */
@media screen and (min-width: 390px) and (max-width: 480px) {
    .translucent__paper-block.two_image .translucent__paper-content .text-content {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        /* Centers the 300px block within the 390px-480px space */
    }
}