.hid-product-overview {
  background-size: cover;
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .hid-product-overview {
    text-align: left;
  }
}
.hid-product-overview .hid-product-icon-and-name {
  margin-bottom: 30px;
}
.hid-product-overview .hid-product-icon-and-name .hid-product-name {
  font-size: 40px;
}
.hid-product-overview .hid-product-icon-and-name .hid-product-tagline {
  font-size: 20px;
}
.hid-product-overview .hid-product-icon-and-name .hid-product-icon {
  width: 80px;
  height: auto;
  margin-top: 8px;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
}
@media (min-width: 768px) {
  .hid-product-overview .hid-product-icon-and-name .hid-product-icon {
    width: 100px;
    float: left;
    margin-right: 20px;
  }
}
.hid-product-overview .hid-product-device-screenshot {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .hid-product-overview .hid-product-device-screenshot {
    margin-top: 0;
  }
}
.hid-product-device-screenshot img {
  width: 230px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .hid-product-device-screenshot img {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .hid-product-device-screenshot img {
    width: 360px;
  }
}
.hid-product-device-screenshot video {
  width: 191.4908256880734px;
  height: 275.26806192660547px;
  z-index: 100;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -95.7454128440367px;
}
@media (min-width: 992px) {
  .hid-product-device-screenshot video {
    width: 249.77064220183485px;
    height: 359.0452981651376px;
    margin-left: -124.88532110091742px;
  }
}
@media (min-width: 1200px) {
  .hid-product-device-screenshot video {
    width: 299.7247706422018px;
    height: 430.8543577981651px;
    margin-left: -149.8623853211009px;
  }
}
.hid-app-feature {
  margin-top: 40px;
  margin-bottom: 40px;
  /*
   @media (min-width: 768px) {
      .feature-text {
         text-align: left;
      }
   }
   */

}
.hid-app-feature .hid-feature-title {
  text-align: left;
  font-size: 1.8em;
  line-height: 1.2;
  color: #444;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hid-app-feature .hid-feature-title {
    font-size: 2.2em;
    margin-top: 150px;
  }
}
.hid-app-feature .hid-feature-description {
  text-align: left;
  font-size: 1.2em;
  color: #444;
}
@media (min-width: 768px) {
  .hid-app-feature .hid-feature-description {
    font-size: 1.3em;
  }
}
.hid-app-feature .hid-feature-image {
  text-align: center;
  margin-top: 10px;
}
.hid-app-feature .hid-feature-image img {
  width: 340px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .hid-app-feature .hid-feature-image {
    margin-top: 0px;
  }
}
.hid-dailyzip-banner {
  text-align: center;
  background-color: #083B76;
  font-size: 2em;
}
.hid-dailyzip-banner a#calendarUniversalLink {
  color: white;
}
.hid-dailyzip-banner a#calendarUniversalLink div {
  padding-top: 20px;
  padding-bottom: 20px;
}
