.videoContainer {
    width: 400px;
    height: 500px;
    border-radius: 10px; 
    overflow: hidden; 
}
.videoContainer-1 {
    width: 527px;
    height: 703px;
    overflow: hidden; 
}
.videoContainer-2 {
    width: 564px;
    height: 646px;
    overflow: hidden; 
}
.videoContainer-3 {
    width: 599px;
    height: 399px;
    overflow: hidden; 
}
.videoContainer-4 {
    width: 537px;
    height: 197px;
    border-radius: 140px;
    overflow: hidden; 
}
.videoContainer-5 {
    width: 1620px;
    height: 701px;
    overflow: hidden; 
}
.videoContainer-6 {
    width: 441px;
    height: 581px;
    overflow: hidden; 
}
.videoContainer-8 {
    width: 500px;
    height: 400px;
    overflow: hidden; 
}
.videoContainer-7 {
    width: 550px;
    height: 688px;
    overflow: hidden; 
}
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 14px;
}

@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}