@media only screen and (max-width: 768px) {
  label {
    width: 100%;
  }
  input {
    padding: 8px 10px !important;
  }
  button {
    padding: 8px 40px !important;
  }
  .pt-zero {
    padding-top: 0 !important;
  }
  .pt-top {
    padding-top: 2rem !important;
  }
  .pb-zero {
    padding-bottom: 0 !important;
  }
  .pb-bottom {
    padding-top: 2rem !important;
  }
  .mt-zero {
    margin-top: 0 !important;
  }
  .mt-top {
    margin-top: 2rem !important;
  }
  .mb-zero {
    margin-bottom: 0 !important;
  }
  .mb-bottom {
    margin-bottom: 2rem !important;
  }
  .show {
    display: block !important;
  }
  .hide {
    display: none !important;
  }
  .full-width-mobile {
    width: 100% !important;
  }
  #mc_embed_signup .button {
    height: auto !important;
    line-height: initial;
    margin: 0;
    padding: 8px 20px !important;
    border-radius: 8px !important;
    width: 100% !important;
  }
  #mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 12px 5px !important;
    text-indent: 2%;
    border: 1px solid gainsboro !important;
    border-radius: 8px !important;
  }
  .insta-feed img {
    position: initial;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    /* right: 0; */
    /* padding-left: 15px; */
    height: 100%;
    width: 100%;
    padding-right: 0px;
  }
  .logo-img img {
    height: 45px !important;
  }
}/*# sourceMappingURL=mobile-view.css.map */