/* LESS: /cms/stylesheet/generic-photo.less */
@media screen and (min-width: 992px) {
  .CMSComponentGenericPhoto .Unsized_DESKTOP:not(.Processed) img {
    display: none;
  }
}
.sys-viewport.lg > .CMSComponentGenericPhoto .Unsized_DESKTOP:not(.Processed) img {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .CMSComponentGenericPhoto .Unsized_TABLET:not(.Processed) img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .sys-viewport.md > .CMSComponentGenericPhoto .Unsized_TABLET:not(.Processed) img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .CMSComponentGenericPhoto .Unsized_PHONE:not(.Processed) img {
    display: none;
  }
}
/*# sourceMappingURL=generic-photo.css.map */


