
@media screen and (orientation: landscape) and (min-width: 1024px) {

  .page {
    width: 100%;
    height: 94%;
    display: flex;
    flex-flow: column;
    overflow-y: hidden;
  }

  .page .info {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }

  .page .images {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }

  .page .footer {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60px;
  }
 
}


.subheader {
  font-size: 17px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: auto;
  top: 0px;
  width: auto;
  height: auto;
  display: none;
}

.info {
  font-size: 17px;
  font-style: normal;
  text-align: left;
  line-height: 1.2;
  position: relative;
  left: 0%;
  top: 0%;
  width: 100%;
  height: auto;
  display: flex;
  -ms-flex-direction: row;
  border-bottom: 1px solid;
}

  .title {
    font-size: 38px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 200;
    line-height: 1;
    position: relative;
    width: 33.333%;
    height: auto;
    padding: 20px;
    border-right: 1px solid;
  }


  .desc {
    font-family: 'franklin-gothic-urw', sans-serif;
    position: relative;
    width: 33.333%;
    height: auto;
    padding: 20px;
    border-right: 1px solid;
  }

  .details {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 200;
    position: relative;
    width: 33.333%;
    height: auto;
    padding: 20px;
  }

.images {
  position: relative;
  left: 0%;
  top: 0%;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  -ms-flex-direction: row;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
}

  img {
    position: relative;
    top: 0%;
    width: auto;
    height: 82%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    stroke: none;
  }

    .full-height {
      height: 92%;
      padding-left: 20px;
      padding-right: 20px;
    }

  .images::-webkit-scrollbar {
    width: 100%;
    height: 10px;
    background-color: inherit; 
  }

    /* Track */
    .images::-webkit-scrollbar-track {
      border: 0px solid; 
      height: 10px;
      width: 100%;
    }

    .images::-webkit-scrollbar-track-piece {
      border: 1px solid;
      height: 1px; 
      width: 100%;
      margin-left: 20px;
      margin-right: 20px;
    }

    /* Handle */
    .images::-webkit-scrollbar-thumb {
      border: 100px solid; 
    }

footer {
  font-size: 20px;
  color: default;
  position: relative;
  width: 100vw;
  min-height: 60px;
}

  .button {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: auto;
    height: 45px;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    border: 0px solid;
  }

    #button-previous {
      left: 0%;
      text-align: left;
    }

    #button-next {
      right: 0%;
      text-align: right;
    }

      .button-text {
        font-size: 18px;
        font-family: 'Times New Roman', Times, serif;
        font-weight: 400;
        text-decoration: underline;
        position: relative;
        top: 50%;
        transform: translate(0,-50%);
      }

  @media screen and (orientation: portrait), (orientation:landscape) and (max-width: 1023px){

    .images {
      margin-bottom: 90px;
      flex-wrap: wrap;
      border-bottom: 1px solid;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      justify-content: space-around;
    }
  
      img {
        position: relative;
        left: 0%;
        transform: translate(0%);
        width: 97%;
        height: auto;
        margin: 20px;
      }
  
      .single {
        position: relative;
        left: 0%;
        transform: translate(0%);
        width: 70%;
        height: auto;
      }
  
      .pair {
        position: relative;
        left: 0%;
        transform: translate(0%);
        width: 50%;
        height: auto;
        padding-left: 12px;
        padding-right: 12px;
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
      }
  
      .full-width {
        position: relative;
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin: 30px;
      }
  
  
    ::-webkit-scrollbar {
      display: none;
    }
  
    footer {
      position: fixed;
      bottom: 20px;
      border-top: 0px solid;
    }
  }



@media screen and (max-width: 760px) {
  
  .info {
    -ms-flex-direction: column;
    flex-wrap: wrap;
  }

    .subheader {
      font-size: 18px;
    }
    
    .title {
      width: 100%;
      padding: 0px;
      margin: 10px;
      margin-left: 20px;
      margin-right: 20px;
      border-right: 0px solid;
      border-bottom: 0px solid;
    }
    
    .desc {
      width: 100%;
      padding: 0px;
      margin: 10px;
      margin-left: 20px;
      margin-right: 20px;
      border-right: 0px solid;
      border-bottom: 0px solid;
    }
    
    .details {
      width: 100%;
      padding: 0px;
      margin: 10px;
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 20px;
      border-left: 0px solid;
    }

  img, .full-width {
    padding-left: 0px;
    padding-right: 0px;
  }
 
} 

@media screen and (max-width: 480px) {
  
  .info {
    font-size: 15px;
  }

  .images {
    margin-bottom: 60px;
  }

    

  footer {
    font-size: 15px;
  }
  
    .button {
      height: 40px;
      z-index: 1;
      margin: 20px;
      padding: 15px;
    }

      .button-text {
        font-size: 15px;
      }
}

@media screen and (min-width: 1025px) and (max-height: 720px) {

  .images {
    overflow-y: hidden;
  }
 
}
