#video {
    position: relative;
    width: 100%;
    /* background: #f0e5aa;
    background: linear-gradient(
        15deg,
        rgba(240, 229, 170, 1) 0%,
        rgba(150, 235, 190, 1) 50%,
        rgba(245, 232, 169, 1) 100%
    ); */
    background-image: url("/masterplans/assets/testimonibg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.controlVideo {
    border-radius: 15px;
}

iframe {
    width: 928px !important;
    height: 522px !important;
    border-radius: 15px;
}

.iframe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 50px 0;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 700px;
    border-radius: 15px;
}

/* .whatsapp {
    position: absolute;
    top: -60px;
    right: 50px;
    z-index: 10;
}

.whatsapp img {
    width: 100px;
    height: 100px;
    object-fit: cover;
} */

/* Mobile */
@media (max-width: 767px) {
    .iframe-wrapper {
        padding: 25px 0 25px 0;
    }

    .iframe-wrapper iframe {
        height: 250px;
    }

    /* .whatsapp {
        position: absolute;
        top: -40px !important;
        right: 50px;
        z-index: 10;
    } */

    iframe {
        width: 350px !important;
        height: 197px !important;
        border-radius: 15px;
    }

    .controlVideo {
        width: 350px !important;
        height: 197px !important;
        border-radius: 15px;
    }
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
    .iframe-wrapper {
        padding: 25px 0 25px 0;
    }

    .iframe-wrapper iframe {
        height: 400px;
    }

    iframe {
        width: 700px !important;
        height: 394px !important;
        border-radius: 15px;
    }

    .controlVideo {
        width: 700px !important;
        height: 394px !important;
        border-radius: 15px;
    }
}
