section.video-bg2 {
	display: none;
}
section.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.72);
    display: table;
    z-index: 99999999;
}
section.video-bg .video {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.dep span {
	cursor: pointer;
	transition: 0.5s
}
section.video-bg .video iframe {
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border: 1px solid rgba(221, 221, 221, 0.12);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 12px;
    text-align: left;
    position: relative;
    width: 63vw;
    height: 73vh;
    margin-top: 113px;
}
button.close-vd {
    position: absolute;
    top: -3px;
    right: 13px;
    width: 55px;
    height: 58px;
    border-radius: 4px;
    border: 0px;
    background: #3e3e3e;
    color: #fff;
    padding-bottom: 4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
    font-size: 24px;
}
