.sect {
    top: 1em;
    left: 2em;
    width: 100%;
    font-family: 'Lato',sans-serif;
    height: 700px;
  }

  .video-container {
    top: 0%;
    left: 0%;
    height: auto;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: -1;

  }
  video.fillWidth {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200vh;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
  }

.econtainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 80px;
  }

  @media screen and (max-width:1440px){
    .sect {
        top: 1em;
        left: 2em;
        width: 100%;
        height:600x;
      }
}
