*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #fffff0;
    list-style: none;
    text-decoration: none;
    /* overflow-y: hidden; */
}
body {
    background: #1a1e23;
    margin: 0;
    padding: 0;
}

/*  */
:root {
    --direction: -45deg; 
  }
  main {
    position: relative;
  }
  
  #div {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47.5vw;
    background-size: cover;
    background-repeat: none;
  }
  
  .background {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(https://t4.ftcdn.net/jpg/05/66/75/47/360_F_566754791_2ys0dojuPcClAGqog7rEhcHZ0szCFqiu.jpg);
  }
  .background h1{
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    padding: 0 0 10% 0;
    font-size: 4vw;
    font-weight: bold;
  }
  
  .foreground {
    background-image: url(https://as2.ftcdn.net/v2/jpg/05/77/94/97/1000_F_577949758_2Kqyk7wVpA3Ng9K1iNiOYTizRqqw6bNP.jpg);
    mask-image: linear-gradient(var(--direction), rgba(0,0,0,1) 40%, rgba(0,0,0,0) 60%);
    mask-position: 50% 50%;
  }
  section{
    width: 100%;
    padding: 50% 0 0 0;
    height: 310vw;
    overflow: hidden;
  }
  .videos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    gap: 15px;
  }
  .vid{
    width: 30%;
    height: 100%;
  }
  