/*page 13*/
.maincontent{
  height: 90%;
  padding: 1.5% 0 0 0;
      margin-bottom: 2%;
}
#moviePosters{
  height: 83%;
}
#moviePosters > div{
  height: 100%;
  text-align: center;
}
.image{
  width: auto;
  height: 100%;
}

p{ 
    font-weight: bold;
    color:#333;
}

button{
  margin: 0 0 1% 0;
  float: right;
}

.buttons button{
   margin: 0 1% 1% 0;
    float: right;
}

/*page 13a*/
.divider{
  margin:3% 0 3% 0;
  border-bottom: dotted #32343a 1px;
}

.imageMain{
    width: auto;
    height: 90%;
    display: block;
    margin: auto;
  }

/*page 13b*/
#missionImpossible{
  width: 100%;
  height: auto;

}

.copyright{
  text-align: center;
}

/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px) {
    /* Styles */
   

}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
   
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}


