/*jQuery(document).ready(function(){
var videoHome = document.getElementById("videoHome");
videoHome.play();
});*/Aperte le iscrizioni ai corsi di laurea a.a. 2018/2019/*.mejs-overlay-button, .mejs-overlay .mejs-layer {
display:none;
}*/
#videoHome {
right: 0;
bottom: 0;
min-width: 100%;
}
.videoContent {
text-align: center;
position: absolute;
top: 430px;
background: none;
width: 100%;
}
#videoIscriviti {
font-size: 18px;
padding: 20px 20px 17px 20px;
border: none;
background: rgb(0, 118, 204);
color: #fff;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}
#videoIscriviti:hover {
background: rgb(0, 53, 150);
color: #fff;
}