.fade-enter-active, .fade-leave-active {
    transition: opacity 2s
  }
  .fade-enter, .fade-leave-to  {
    opacity: 0
  }

  .auto-resizable-iframe {
    margin: 0px;
  }

  .auto-resizable-iframe > div {
    position: relative;
    padding-bottom: 75%;
    height: 0px;
  }

  .auto-resizable-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110%;
    height: 100%;
  }

  @media screen and (max-width: 320px) {
    .video-container {
      width: 50%;
    }
  }
