.video_pop_box {
	position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    top: 0px;
	z-index: 98;
	display: none;
    justify-content: center;
    align-items: center;
}
.b_contenido {
	position: relative;
	width: 69vw;
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s ease-in-out;
	border: 3px solid #AAA;
	border-radius: 3px;
	background-color: #FFF;
}

.b_close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -23px;
	right: -23px;
	width: 25px;
	height: 25px;
	z-index: 99;
	cursor: pointer;
}

.videos_size {
	width: 100%;
	height: 100%;
}
.player {
	width: 100%;
	height: 100%;
}