<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS: /cms/stylesheet/generic-photo.less */
@media screen and (min-width: 992px) {
  .CMSComponentGenericPhoto .Unsized_DESKTOP:not(.Processed) img {
    display: none;
  }
}
.sys-viewport.lg &gt; .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 &gt; .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 */


</pre></body></html>