﻿/* Banner media quality lock */
.hero-photo,
.page-hero-photo,
.app-hero-photo,
.story-image img,
.feature-card img,
.partners-strip img {
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}
.hero-photo,
.page-hero-photo,
.app-hero-photo {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
