.tirol-fv-video__sp{
  display: none;
}
.tirol-fv-video video{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tirol-fv-video{
    display: none;
  }
  .tirol-fv-video__sp{
    display: block;
  }
}