.cafe-video {
  position: absolute;
  top: 90px;
  left: 0;
  width: 350px;
  aspect-ratio: 16/9;
  iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cafe-video {
    top: 17vw;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }
}
