.bandeauVideo{
height:90vh;
background-color:#000;
display:flex;
flex-flow:column;
justify-content:center;
align-items:center;
}

.bandeauVideo iframe{
width:100%;
display:block;
}

@media screen and (max-width:980px){
.bandeauVideo{height:auto;}
}