.cont-header{
	background: rgba(223, 225, 225, 0.8);
	position: absolute;
	z-index: 9;
}
video.video-elearning {
    padding: 0px !important;
}
.video-elearning {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}
video::-internal-media-controls-download-button {
    display:none;
} 
video::-webkit-media-controls-enclosure { 
    overflow:hidden; 
} 
video::-webkit-media-controls-panel { 
    width: calc(100% + 30px);
}
button.videos {
    position: absolute;
    z-index: 9;
    background: transparent;
    border: 0px;
    margin: auto;
    display: block;
    outline: 0px;
    bottom: 5rem;
    left: 45%;
}
.img-boton{
    position: relative;
    width: 60%;
}

@media (max-width : 320px) {
    .img-boton{
        display: none;
    }
    .video-elearning{
        object-fit: contain;
        background-color: #2A3D45;
    }
}
@media (max-width: 480px){
    .img-boton{
        display: none;
    }
    .video-elearning{
        object-fit: contain;
        background-color: #2A3D45;
    }
}
/*@media (min-width: 768px){
    .img-boton{
        bottom: 2rem;
        display: block;
    }
}*/
/*@media (min-width: 991px){
    .img-boton{
        bottom: 2rem;
        display: block;
    }
}*/
/*@media (min-width: 1199px){
    .img-boton{
        bottom: 2rem;
        display: block;
    }
}*/
/*@media (min-width: 1200px){
    .img-boton{
        bottom: 2rem;
        display: block;
    }
}*/
/*@media (min-width: 1600px){
    button.videos{
       top: 50rem;
    }
}*/