@import "webcams.css";
@media (max-width: 480px) {
  .card .card-back h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
  .content, .section-third .content, .section-fourth .content {
    width: calc(100% - 30px);
    max-width: 680px;
  }
  h1 {
    line-height: 1;
    font-size: 48px;
    margin: 0 auto 10px;
    max-width: 960px;
  }
  h2 {
    font-size: 32px;
    margin: 0 auto 36px;
    line-height: 1.25;
    text-transform: uppercase
  }
  h2 span {
    display: block;
    margin: 0;
  }
  h3 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 auto 15px;
  }
  h3 span {
    font-size: 16px;
  }
  p {
    font-size: 18px;
  }
  header {
    background-size: 100% auto;
  }
  header article {
    max-width: none;
    margin: 0 auto 2%;
  }
  header article p {
    max-width: 750px;
  }
  nav {
    text-align: center;
    padding: 20px 25px 30px;
  }
  .brand {
    max-width: 256px;
  }
  .products-picture {
    margin: 0 auto;
    max-width: none;
  }
  .card-front h3 {
    font-size: 26px;
  }
  .section-third p {
    max-width: 730px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .section-third ul {
    display: inline-block;
    margin: 0 auto 25px;
  }
  .section-third figure {
    max-width: 480px;
  }
  .section-fourth h2 {
    max-width: 800px;
  }
  .section-fourth p {
    max-width: 980px;
  }
  .card.is-expanded .card-back {
    -ms-flex-align: center;
    align-items: center;
  }
  .card .card-back dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px auto;
  }
  .card .card-back dl dt, .card .card-back dl dd {
    padding: 0;
  }
  .card .card-back dl dt {
    width: 50%;
    -ms-flex-order: 2;
    order: 2;
  }
  .card .card-back dl dd {
    width: 40%;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .section-second .card .card-back dl dt {
    width: 50%;
  }
  .section-second .card .card-back dl dd {
    width: 40%;
  }
  h4, .card .card-back h4, .section-first .card .card-back h4 {
    font-size: 32px;
  }
  .section-first .card .card-back h4 span {
    font-size: 22px;
  }
  ul, .section-first ul {
    font-size: 18px;
  }
  .buyNow a {
    font-size: 110%;
  }
  .card .card-btn {
    bottom: 10px;
    right: 10px;
  }
  h4 span {
    font-size: 22px;
  }
  .submenu {
    position: absolute;
    top: 46px;
  }
}
@media (min-width: 1366px) {
.brand {
    max-width: 256px;
}
  h1 {
    font-size: 42px;
    max-width: 960px;
  }
  h1 span {
    display: inline-block;
  }
  header article p {
    max-width: 740px;
  }
  section {
    padding: 70px 0;
  }
  ul {
    font-size: 18px;
  }
  .card .card-back h4 {
    font-size: 22px;
  }
  h4 span {
    font-size: 18px;
  }
  .section-first .card .card-back h4 span {
    font-size: 22px;
  }
  .card-front h3 {
    font-size: 18px;
  }
  .content, .content, .section-third .content, .section-fourth .content {
    max-width: 100%;
  }
  .hero-copy {
    padding: 0;
  }
  .section-first .row {
    margin: 0 -10px;
  }
  .card .card-back h3 {
    font-size: 22px;
  }
  .section-first .row .webcams-info {
    width: calc(100% /2);
    padding: 0 10px;
  }
  .section-first {
    padding: 50px 0 70px;
  }
  .section-second .row {
    margin: 0 -10px;
  }
  .section-second .row .webcams-info {
    width: calc(100% /3);
    padding: 0 10px;
  }
  .section-second .card .card-back dl dt {
    width: 200px;
  }
  .section-second .row .webcams-info .card.is-expanded .card-front {
    padding-top: 326px;
  }
  .section-third dl {
    margin: 0 25px;
  }
  .section-third dl dt, .section-third dl dd {
    width: calc(100% / 2);
    padding: 0 25px;
  }
  .section-third dl dt {
    -ms-flex-order: 2;
    order: 2;
  }
  .section-third dl dd {
    -ms-flex-order: 1;
    order: 1;
  }
  .section-third figure {
    max-width: 640px;
  }
}
@media (min-width: 1470px) {
  .content, .content, .section-third .content, .section-fourth .content {
    max-width: 1440px;
  }
}
@media (min-width: 480px) and (max-width: 820px) {}