.lazy {
	display: none;
}
.ri-thumbnail img,
.ri-medium img,
.ri-large img {
	height: auto;
	max-width: 100%;
}
/* Image Sizes */
.rigl-palm .ri-thumbnail img {
	width: 80px;
}
.rigl-lap .ri-thumbnail img {
	width: 120px;
}
.rigl-desk .ri-thumbnail img {
	width: 150px;
}
.rigl-palm .ri-medium img {
	width: 200px;
}
.rigl-lap .ri-medium img {
	width: 300px;
}
.rigl-desk .ri-medium img {
	width: 400px;
}
.rigl-palm .ri-large img {
	width: 600px;
}
.rigl-lap .ri-large img {
	width: 800px;
}
.rigl-desk .ri-large img {
	width: 1024px;
}
/* Captions */
.wp-caption {
	padding-top: 5px;
}
/*
 * Add twice the amount of padding you want for
 * your captions. Width image + 2 x padding.
 */
.rigl-palm .wp-caption.ri-thumbnail {
	width: 90px;
}
.rigl-lap .wp-caption.ri-thumbnail {
	width: 130px;
}
.rigl-desk .wp-caption.ri-thumbnail {
	width: 160px;
}
.rigl-palm .wp-caption.ri-medium {
	width: 210px;
}
.rigl-lap .wp-caption.ri-medium {
	width: 310px;
}
.rigl-desk .wp-caption.ri-medium {
	width: 410px;
}
.rigl-palm .wp-caption.ri-large {
	width: 610px;
}
.rigl-lap .wp-caption.ri-large {
	width: 810px;
}
.rigl-desk .wp-caption.ri-large {
	width: 1034px;
}