/* .video {
    height: 520px;
    width: 1080px;
    right: 0;
} */

.image-advertisment-overlay {
    position: absolute;
    top: 5;
    /* right: 0;
    left: 0;
    bottom: 0; */
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 620px;
    width: 1080px;
    transition: 1.5s all linear;
    /* margin-left: 296px;
    transition: 2s; */
}

.video-indicator-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}


.video-controls {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex: 1;
    padding: 20px;
    justify-content: center;
    align-items: flex-end;
    background: #00000099;
    height: 100px;
}

.progress {
    width: 800px;
    height: 5px;
    border-radius: 10px;
    background: #cccccc;
}

.progress .bar {
    height: 5px;
    border-radius: 10px;
}
