@media only screen{.viewer{height:225px;}}@media only screen and (min-width:30.063em) and (max-width:40em){.viewer{height:425px;}}// Small screens @media only screen and (max-width:40em){.viewer{height:275px;}}// Medium screens @media only screen and (min-width:40.063em){.viewer{height:350px;}}@media only screen and (min-width:40.063em) and (max-width:64em){.viewer{height:375px;}}// Large screens @media only screen and (min-width:64.063em){.viewer{height:503px;}}@media only screen and (min-width:64.063em) and (max-width:90em){.viewer{height:504px;}}// XLarge screens @media only screen and (min-width:90.063em){.viewer{height:505px;}}@media only screen and (min-width:90.063em) and (max-width:120em){.viewer{height:506px;}}// XXLarge screens @media only screen and (min-width:120.063em){.viewer{height:507px;}}