html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.video-background{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.37);
    z-index: 99;
    display: none;
}

.video-player{
    width: 80%;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.video-player a{
    outline: none;
    text-decoration: none;

}
.video-player i{
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 20px;
    padding: 5px 8px;
    background: rgba(0, 0, 0, 0.514);
}
