/* Essential Foto Just for JetPack v0.92 - Copyright 2017 Matthew Shockey. Freely distributed under the GPLv3 or later. http://EssentialFoto.com */

/*
EASY CUSTOMIZATION:
(1.) Copy any customization to Appearance> Customize> Additional CSS to preserve your changes.
(2.) Delete the word "disable" within each customization you want to use. 
*/


/* Carousel Background (JetPack Carousel if Enabled) */
/*...Careful, some colors make text invisible or hard to read. If you simply want black or white you should use Settings> Media> Image Gallery Carousel. */
DISABLE div.jp-carousel-wrap.jp-carousel-transitions > div.jp-carousel-overlay {
background: hsl(170,5%,22%);
}

/* Do Not Stretch Images (JetPack Carousel if Enabled) */
DISABLE div.jp-carousel-slide.selected > img {
width: auto !important;  height: auto !important;  /* Reset. */
max-width: none !important; max-height: 100% !important;  /* Landscape viewport. */
}
@media (max-aspect-ratio: 1/1) {
DISABLE div.jp-carousel-slide.selected > img {
max-width: 100% !important; max-height: none !important;  /* Portrait viewport. */
} 
}

/* Scroll for More Info Tip (JetPack Carousel if Enabled) */
/* ...Change the tip, or remove it entirely by specifying "content: none;". */
DISABLE div.jp-carousel-wrap.jp-carousel-transitions > div.jp-carousel:after {
content: "Comments & Info";
}




/* --- THE END --- */
