.conference-video-section{
    /* background-image: url(../../img/home24/conference/conferences-video.mp4);
    height: 700px; */

}
.conference-video-section {
    height: 100vh;
    overflow: hidden;
}

.conference-video-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.conference-video-section .overlay-container {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.conference-video-section .text-container{
    position: relative;
    left: 0;
}
.conference-video-section .text-container h1{
text-align: left;
}
/* media */

@media (min-width: 749px) and (max-width: 1025px) {
    .conference-video-section {
        height: 700px;
        overflow: hidden;
        position: relative;
    }
}
@media (min-width: 300px) and (max-width: 748px) {
    .conference-video-section {
        height: 400px;
        overflow: hidden;
        position: relative;
    }
}