body {
    margin: 0;
    padding: 0;
}

div {
          float: left;
      }
      


      P {
          font-family: Arial;
          font-size: 15px;
          line-height: 1.4;
      }
      
      
      h1 {
          font-family: Arial;
          font-size: 32px;
          margin: 0;
          letter-spacing: -1px;
      }

      
      h2 {
          font-family: Arial;
          font-size: 28px;
          font-weight: normal;
          margin: 0 0 20px 0;
      }

div {
              font-family: Arial;
          font-size: 1.4vw;
}
  
 iframe {
  width: calc(100vw - 550px);
    height: calc((100vw - 550px) / 16 * 9); 
}


a {
 color: black;
 text-decoration: none;
}


a:hover, a:active {
    text-decoration: none;
}


h2 a:hover, h2 a:active {
    text-decoration: underline;
}

      img {
          width: 100%;
      }

      
      #info {
          width: 400px;
          margin: 20px;
          height: auto;
      }

#poster {
    width: calc(100% - 5px);
                   margin: 0;
}
      
      #screenings {
          width: calc(100% - 510px);
          margin: 20px 20px 50px 50px;
      }
      
.col1 {
    width: 20%;
    height: 1.7vw;
}

.col2 {
    width: 25%;
    height: 1.7vw;
}

.col3 {
    width: 35%;
    height: 1.7vw;
}

.col4 {
    width: 15%;
    height: 1.7vw;
}

.col5 {
    width: 5%;
    height: 1.7vw;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: lightgrey;
    margin: 10px 0;
}

      .laurel {
          width: 95px;
          height: 95px;
          margin: 0 5px 5px 0;
          background-color: #f2f2f2;
            display: flex;
  justify-content: center;
  align-items: center;
      }

      .laurelwide {
          width: 195px;
          height: 95px;
          margin: 5px 5px 5px 0;
          background-color: #f2f2f2;
            display: flex;
  justify-content: center;
  align-items: center;
      }
      
      .laurel img, .laurelwide img {
          width:80%;
      }

      .laurel p, .laurelwide p {
          width:80%;
      }
      
       @media only screen and (max-width: 1000px) {  
 
           
         iframe {
  width: calc(100vw - 80px);
    height: calc((100vw - 80px) / 16 * 9); 
}   
           
      #info {
          width: calc(100% - 40px);
          margin: 20px;
      }
           
      
      #screenings {
          width: calc(100% - 40px);
          margin: 20px;
      }    
           
    #poster {
          object-fit: cover;
        width: 200px;
          height: 300px; 
      }
           
           .laurel {
               width: calc(20% - 50px);
               height: 145px;
               margin: 0 0 0 10px;
           }
           
           .laurelwide {
          width: calc(50% - 110px);
          height: 145px;
          margin: 0 0 10px 10px;
           }
           
           #disappear {
               display: none;
           }
           
           
           div {
          font-size: 2vw;
           }
           
                      .col1 {
    height: 2.3vw;
}

.col2 {
    height: 2.3vw;
}

.col3 {
    height: 2.3vw;
}

.col4 {
    height: 2.3vw;
}

.col5 {
    height: 2.3vw;
}
           
}

       @media only screen and (max-width: 670px) { 
           
           h2 {
             font-size: 24px;  
           }
                      .laurel {
               display: none;
           }
           
           .laurelwide {
          display: none;
           }
           
           #poster {
               width: 100%;
               height: calc((100vw - 80px) / 2 * 3);
           }
           
           #eiff {
               margin: 0;
           }
           
                      div {
          font-size: 3.5vw;
           }
           
           .col1 {
    width: 30%;
    height: 4.5vw;
}

.col2 {
    width: 70%;
    height: 4.5vw;
}

.col3 {
    width: 40%;
    margin-left: 30%;
    height: 4.5vw;
}

.col4 {
    width: 20%;
    height: 4.5vw;
}

.col5 {
    width: 10%;
    height: 4.5vw;
}
           
}