/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2024 | 14:08:48 */
/* For screen widths up to 599px */
@media (max-width: 599px) {
  .page-id-3141 .entry-image.size-landscape-sm {
    width: 599px;
  }
}

/* For screen widths between 600px and 799px */
@media (min-width: 600px) and (max-width: 799px) {
  .page-id-3141 .entry-image.size-landscape-sm {
    width: 799px;
  }
}

/* For screen widths between 800px and 999px */
@media (min-width: 800px) and (max-width: 999px) {
  .page-id-3141 .entry-image.size-landscape-sm {
    width: 333px;
	min-height: 375px;
  }
}

/* For screen widths 1000px and above */
@media (min-width: 1000px) {
  .page-id-3141 .entry-image.size-landscape-sm {
    width: 400px;
	min-height: 375px;
  }
}
