/* .image-gallery                                          { padding-bottom: 3rem; margin: 0 auto; max-width: 1420px; }
.image-gallery .image:nth-of-type(1)                    { margin-top: 0px !important; }
.image-gallery .image:nth-of-type(2)                    { margin-top: 0px !important; }
.image-gallery .image                                   { display: inline-block; margin-top: 30px; line-height: 0; }
.image-gallery .image picture                           { height: 100%; display: inline-block; }
.image-gallery .image img                               { width: 100%; object-fit: cover; object-position: center; }
.image-gallery .image:nth-child(6n+1)                   { width: calc(50% - 15px); margin-right: 30px; }
.image-gallery .image:nth-child(6n+2)                   { width: calc(50% - 15px); }
.image-gallery .image:nth-child(6n+3)                   { width: 100%; }
.image-gallery .image:nth-child(6n+4)                   { width: calc(33.3% - 20px); margin-right: 15px; }
.image-gallery .image:nth-child(6n+5)                   { width: calc(33.3% - 20px); margin-right: 15px; margin-left: 15px; }
.image-gallery .image:nth-child(6n+6)                   { width: calc(33.3% - 20px); margin-left: 15px; } */

section.main div.content .pswp-docs__home-gallery 				                { grid-gap: 20px; display: grid; grid-template-columns: minmax(0, max(60%, 840px)) minmax(0, max(40%, 560px)); width: 100%; position: relative; width: 100%; margin-top: 1.25rem; }
section.main div.content .pswp-docs__home-gallery-reverse 		                { grid-gap: 20px; display: grid; grid-template-columns: minmax(0, max(40%, 560px)) minmax(0, max(60%, 840px)); width: 100%; position: relative; width: 100%; margin-top: 1.25rem; }
section.main div.content .pswp-docs__home-gallery a 				            { line-height: 0; }
section.main div.content .pswp-docs__home-gallery img 			                { max-width: none; }
section.main div.content .pswp-docs__home-gallery img.custom-image              { width: 100%; height: 560px; object-fit: cover; }
section.main div.content .pswp-docs__home-gallery-reverse img.custom-image      { width: 100%; height: 560px; object-fit: cover; }

/* @media only screen and (min-width: 0px) and (max-width: 1000px)
{
    .image-gallery .image:nth-child(6n+1)               { width: calc(50% - 15px); margin-right: 30px; }
    .image-gallery .image:nth-child(6n+2)               { width: calc(50% - 15px); }
    .image-gallery .image:nth-child(6n+3)               { width: 100%; }
    .image-gallery .image:nth-child(6n+4)               { width: calc(50% - 15px); margin-right: 30px; }
    .image-gallery .image:nth-child(6n+5)               { width: calc(50% - 15px); margin-right: 0px; margin-left: 0px; }
    .image-gallery .image:nth-child(6n+6)               { width: 100%; margin-left: 0px; }
} */

@media only screen and (min-width: 0px) and (max-width: 800px)
{
    section.main div.content .pswp-docs__home-gallery 			                { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    section.main div.content .pswp-docs__home-gallery-reverse 	                { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

/* @media only screen and (min-width: 0px) and (max-width: 500px)
{
    .image-gallery                                      { padding-top: 0rem; }
    .image-gallery .image:nth-of-type(2)                { margin-top: 30px !important; }

    .image-gallery .image:nth-child(6n+1)               { width: 100%; margin-right: 0px; }
    .image-gallery .image:nth-child(6n+2)               { width: 100%; }
    .image-gallery .image:nth-child(6n+4)               { width: 100%; margin-right: 0px; }
    .image-gallery .image:nth-child(6n+5)               { width: 100%; }
} */