
@media screen and (min-width:801px) {
    section.review {
        position: relative;
        width: 22%;
        float: right;
        margin-left: 4%;
        margin-bottom: 50px;
    }
    .ReviewWrap {
        background: #f9f5f0;
        padding: 20px 10px 10px 10px;
        border-radius: 15px;
        height: 315px;
        overflow: hidden;
    }
    section.review:nth-of-type(4n) {
        margin-left: 0;
    }
    section.review img {
        position: absolute;
        top: -20px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    h3.Review_title {
        text-align: center;
    }
    .ReviewReadMor:hover {
        cursor: pointer;
    }
    div.ReviewPoup {
        display: none;
    }
    div.ReviewPoup.show {
        opacity: 0;
        display: block;
        position: fixed;
        z-index: 9;
        background: #f9f5f0;
        width: 25vw;
        height: 31vw;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 41.5%;
        left: 25%;
        transform: translate(-41.5%, -41.5%);
        padding: 50px;
        border-radius: 15px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    div#ReviewPopUoContent {
        height: 100%;
        overflow-y: auto;
    }
    .ReviewPoup.show img {
        position: absolute;
        top: -19px;
        left: 0;
        right: 0;
        margin: auto;
    }
    p#ReviewPopUpClodeButton {
        position: absolute;
        top: -28px;
        right: 20px;
        font-size: 30px;
        color: #ff8e8d;
        filter: drop-shadow(2px 4px 6px #918f8f);
    }
    p#ReviewPopUpClodeButton:hover{
        cursor: pointer;
    }
    p.ReviewReadMor {
        border-bottom: 8px solid #ff8e8d;
        width: 80px;
        text-align: center;
        float: left;
        margin: 0;
    }
    .Review_Content.Long_string_review p {
        margin-bottom: 0;
    }
    div#BGDiv {
        background: url('/wp-content/uploads/2020/12/ReviewsBg.jpg') no-repeat;
        background-size: 80% 100%;
        background-position: left;
    }
    .Reviews_Page h1.entry-title {
        background: url('/wp-content/uploads/2020/10/HeadLineRedBG.jpg')no-repeat;
        background-size: 100% 50%;
        background-position: bottom;
        display: table;
        margin: 0 auto 100px auto;
        padding: 0 20px;
    }
}
