body{
  margin:0;
  padding:0;
  background: #000;
}

*{
  box-sizing:border-box;
}

.preview{
  width: 100%;
  max-width: 640px;
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .preview {
    padding: 0 15px;
  }
}

.preview__video{
}
.preview__texte{
  color:#FFF;
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
  border:1px solid red;
  padding:15px;
  line-height: 1.4;
}
.preview__texte span{
  font-size: 14px;
}

.preview__infos{
  padding:15px 0;
}

.preview__title{
  color:#FFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;

  line-height: 1.4;
}

.preview__desc{
  color:#FFF;
  font-family: Arial,Helvetica,sans-serif;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.preview__desc a{
	color:#FFF;
	text-decoration: underline;
}

.preview__footer{
  text-align: center;
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #232323;

}
.preview__footer img{
  
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe ,.videoWrapper video,.videoWrapper > div,.videoWrapper object{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
