@media only screen and (max-width: 768px) {
  .youtube
  {
    margin-top: 20px; 

    aspect-ratio: 16/9;
  }
  .youtube iframe
  {
    width: 100%;
    height: 100%;
  }
}