.Poster_Collection {
    margin: 70px 0 50px;
    background: none;
}

.Poster_Collection .Poster_Collection_div .left_img_div {
    position: relative;
    height: 100%;
    width: 100%;
}

.Poster_Collection .Poster_Collection_div .left_img_div::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 21 71 / 41%);
    border: 1px solid #707070;
    z-index: 2;
}

.Poster_Collection .Poster_Collection_div .left_img_div .left_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Poster_Collection .Poster_Collection_div .left_img_div .left_text_div {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .left_text {
    font-size: 105px;
    font-weight: 800;
    font-family: "Cormorant Garamond", serif;
    color: transparent;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.5));
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
}

.Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .text_span {
    font-size: 70px;
    font-weight: 800;
    font-family: "Cormorant Garamond", serif;
    color: transparent;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.5));
    -webkit-background-clip: text;
    background-clip: text;
    margin: -30px 0 0 0;
}


/* =================== Media Queries ======================= */

@media (min-width:0px) and (max-width:574px) {
    .Poster_Collection .Poster_Collection_div .left_img_div {
        width: 270px;
        margin: auto;
    }

    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .left_text {
        font-size: 90px;
    }

    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .text_span {
        font-size: 60px;
    }
}

@media (min-width:575px) and (max-width:767px) {
    .Poster_Collection .Poster_Collection_div .left_img_div {
        width: 270px;
        margin: auto;
    }

    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .left_text {
        font-size: 90px;
    }

    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .text_span {
        font-size: 60px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    /* .Poster_Collection .Poster_Collection_div .left_img_div {
        width: 270px;
        margin: auto;
    } */

    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .left_text {
        font-size: 85px;
    }

    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .text_span {
        font-size: 55px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .left_text {
        font-size: 75px;
    }

    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .text_span {
        font-size: 50px;
        margin: -20px 0 0 0;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .left_text {
        font-size: 90px;
    }

    .Poster_Collection .Poster_Collection_div .left_img_div .left_text_div .text_span {
        font-size: 60px;
    }
}