.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.video_bg { 
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	   -moz-transition: opacity 0.3s ease-in-out 0s;
	    -ms-transition: opacity 0.3s ease-in-out 0s;
	     -o-transition: opacity 0.3s ease-in-out 0s;
	        transition: opacity 0.3s ease-in-out 0s;
}

.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team99video.box {
	position: relative;
}
.team99video.box .video_src {
    z-index: 5;
}

.team99video.box .video_bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
}
.team99video.box-full { overflow: hidden; margin-top: 0!important; }
.team99video.box-full .video_bg { width: 100%; }

.team99video.fullscreen.nascondi {
	opacity: 0;
	z-index: -1;
}
.team99video.fullscreen {
	/*display: table;*/
    /*table-layout: fixed;*/
    /*height: 100vh;*/
    /*width: 100vw;*/
    text-align: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	z-index: 16000003;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
       -moz-transition: opacity 0.3s ease-in-out 0s;
        -ms-transition: opacity 0.3s ease-in-out 0s;
         -o-transition: opacity 0.3s ease-in-out 0s;
            transition: opacity 0.3s ease-in-out 0s;
}

.mejs-container:not(.mejs-container-fullscreen),
.mejs-container:not(.mejs-container-fullscreen) video {
    object-fit: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100vw!important;
    height: 100vh!important;
}

.team99video.fullscreen a.video_close {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0.85;
}

a.video_start {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
       -moz-transition: opacity 0.3s ease-in-out 0s;
        -ms-transition: opacity 0.3s ease-in-out 0s;
         -o-transition: opacity 0.3s ease-in-out 0s;
            transition: opacity 0.3s ease-in-out 0s;
	
    /*color: #fff!important;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    line-height: 83px;
    font-size: 40px;
    padding-left: 9px;*/
    
}

.video_bg.nascondi, .video_start.nascondi {
    opacity: 0;
    z-index: 4!important;
    pointer-events: none;
}

.mejs-container .mejs-controls { 
	background-color: transparent!important;
}

/*.team99video.fullscreen .mejs-container:hover .mejs-controls { bottom: 13%; left: 2%; right:2%; width:96%; }*/
.team99video.fullscreen .mejs-controls div.mejs-time-rail { width: calc(100vw - 148px); }