 video::-webkit-media-controls-panel {
	opacity: 0 !important;
	background-color: transparent;
	display:flex;
    align-items: center;
}

video{
    object-fit: cover;
}


.btn-play{
	position: absolute;
    /*left: 0;*/
    /*width: 100%;*/
    margin-top: 10px;
    z-index: 999;
    align-items: center;
    display: flex;
    justify-content: center;
    /*height: 100%;*/
    /*max-height: 320px;*/
}
.btn-play img{
    height: 100px;
    display: none;
}