/* The real site swaps whole layouts by script at these widths; we serve the
   variants and show the one that matches. */
.pe-v{display:none}
@media (max-width:767.98px){.pe-v-phone{display:block}}
@media (min-width:768px) and (max-width:1023.98px){.pe-v-tablet{display:block}}
@media (max-width:1023.98px){.pe-v-phone.pe-v-tablet{display:block}}
@media (min-width:1024px){.pe-v-desktop{display:block}}
