@charset "utf-8";
/* CSS Document */

.lightbox-size::before {
  content: "std ";
}
@media only screen and (max-width:991.98px){
    .lightbox-size::before
    {
       content: "992 ";
    }
}
@media only screen and (max-width:767.98px){
    .lightbox-size::before
    {
       content: "768 ";
    }}