/* --- 1280px --------------------------------------------- */
/* -- iPad --------------------------------------------- */
@media only screen and (max-width: 1025px) and (min-height: 340px) {
  #prices .pricebox_container .box:nth-child(1) {
    height: 70vh;
  }
  #prices .pricebox_container .box:nth-child(2) {
    height: 70vh;
  }
  #prices .pricebox_container .box:nth-child(3) {
    height: 30vh;
  }
  #prices .pricebox_container .box:nth-child(4) {
    height: 40vh;
  }
  #prices .pricebox_container .box:nth-child(5) {
    min-height: 20vh;
  }
  #prices .pricebox_container .box:nth-child(6) {
    min-height: 20vh;
  }
  #prices .pricebox_container .box:nth-child(7) {
    min-height: 20vh;
  }
}
/* --- 980px --------------------------------------------- */
@media only screen and (max-width: 979px) {
  #phoneTrigger {
    display: none;
  }
}
/* --- widescreen laptop? --------------------------------------------- */
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
  #prices .pricebox_container .box {
    width: 50%;
    height: auto !important;
  }
  #footer .flexcontainer {
    flex-wrap: wrap;
  }
  #footer .flexcontainer > * {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 25px;
  }
  #footer .flexcontainer .left img {
    margin: auto;
    max-width: 300px;
  }
  #footer .legals {
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
  }
  #footer .legals a {
    margin: 0px 15px;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  .flexcontainer {
    flex-wrap: wrap;
  }
  .flexcontainer > * {
    width: 100% !important;
  }
  #prices .pricebox_container {
    padding: 0px 5vw;
  }
  #prices .pricebox_container .box {
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px 5vw 0px;
  }
}
/* --- 480px --------------------------------------------- */
/* --- 380px --------------------------------------------- */
/* mobile LANDSCAPE ---------------------------------------------*/
