    .video1{
        top: 65px;
        height: calc(100% - 130px);
        width: 100%;
        z-index: -5;
    }

    .imageBox {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 45vh;
    }

    .imageBox img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .imageBox iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 0;
    }