@media (min-width: 576px) {
  .sizepic {
    display: none;
  }
}

@media (max-width: 574px) {
  .sizepic2 {
    display: none;
  }
}

@media (min-width: 768px) {
  .sizepic2 {
    display: none;
  }
}

@media (max-width: 758px) {
  .sizepic4 {
    display: none;
  }
}

@media (min-width: 992px) {
  .sizepic4 {
    display: none;
  }
}

#moveit {
  text-align: center;
}

@media (max-width: 992px) {
  .sizepic5 {
    display: none;
  }
}

#head1 {
  color: white;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .myvid {
    width: 50%;
    margin-left: 25%;
    padding-bottom: 0px;
    margin-bottom: 17px;
  }
}

@media (max-width: 380px) {
  #head1 {
    color: white;
    font-size: 1.0rem;
  }
}

@media (max-width: 400px) {
  .bgimage {
    background: url("../../assets/img/close-up-sunglow-leopard-gecko-scales-eublepharis-macularius_191971-13615.jpg") center / cover no-repeat;
    background-attachment: fixed;
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .bgimage {
    background: url("../../assets/img/brown-fur-background-1479596327IYd.jpg") center / cover no-repeat fixed;
  }
}

body {
}

