<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {

}

@media screen 
  and (min-device-width: 1824px) 
  and (max-device-width: 2736px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.catalogue .book{
		position:absolute;
		width:80%;
		margin-top:35px;
		right:15%;
		z-index:9999;
	}
}</pre></body></html>