@media (min-width:768px){.ElementGallery{display:grid;grid-template-areas:"title title" "content content" "gallery gallery";grid-template-columns:50% 50%;grid-template-rows:auto 1fr}.ElementGallery.-content-above .ElementGallery__content{margin-bottom:1em;margin-left:auto;margin-right:auto}.ElementGallery.-content-below{grid-template-areas:"gallery gallery" "title title" "content content"}.ElementGallery.-content-below .ElementGallery__title{margin:1em auto;text-align:left}.ElementGallery.-content-below .ElementGallery__content{margin-left:auto;margin-right:auto}.ElementGallery.-content-right{grid-template-areas:"gallery title" "gallery content" "gallery content"}.ElementGallery.-content-right .ElementGallery__title{margin:0 1rem 1em 0;max-width:830px;text-align:left;width:calc(100% - 1em)}.ElementGallery.-content-right .ElementGallery__content{margin-left:0;margin-right:1em;max-width:830px;width:calc(100% - 1em)}.ElementGallery.-content-left{grid-template-areas:"title gallery" "content gallery" "content gallery"}.ElementGallery.-content-left .ElementGallery__title{margin:0 1rem 1em auto;max-width:830px;padding-left:1rem;text-align:left;width:calc(100% - 1em)}.ElementGallery.-content-left .ElementGallery__content{margin-left:auto;margin-right:1rem;max-width:830px;padding-left:1rem;width:calc(100% - 1em)}}.ElementGallery.-no-bottom-margin{margin-bottom:0;padding-bottom:0}.ElementGallery__title{grid-area:title}.ElementGallery__content{grid-area:content}.ElementGallery__gallery{grid-area:gallery}.ElementGallery__grid{display:grid}@media (min-width:400px){.ElementGallery__grid.-x-small{grid-template-columns:repeat(3,auto)}.ElementGallery__grid.-small{grid-template-columns:repeat(2,auto)}}@media (min-width:768px){.ElementGallery__grid.-x-small{grid-template-columns:repeat(4,auto)}.ElementGallery__grid.-small{grid-template-columns:repeat(3,auto)}.ElementGallery__grid.-medium-small{grid-template-columns:repeat(2,auto)}}@media (min-width:1024px){.ElementGallery__grid.-x-small{grid-template-columns:repeat(5,auto)}.ElementGallery__grid.-small{grid-template-columns:repeat(4,auto)}.ElementGallery__grid.-medium-small{grid-template-columns:repeat(3,auto)}.ElementGallery__grid.-medium{grid-template-columns:repeat(2,auto)}}@media (min-width:1280px){.ElementGallery__grid.-x-small{grid-template-columns:repeat(6,auto)}.ElementGallery__grid.-small{grid-template-columns:repeat(5,auto)}.ElementGallery__grid.-medium-small{grid-template-columns:repeat(4,auto)}.ElementGallery__grid.-medium{grid-template-columns:repeat(3,auto)}.ElementGallery__grid.-large{grid-template-columns:repeat(2,auto)}}.ElementGallery__grid.-x-small{grid-template-columns:repeat(2,auto)}.ElementGallery__grid.-huge,.ElementGallery__grid.-large,.ElementGallery__grid.-medium,.ElementGallery__grid.-medium-small,.ElementGallery__grid.-small{grid-template-columns:repeat(1,auto)}.ElementGallery__grid.-gap{-moz-column-gap:16px;column-gap:16px}.ElementGallery__grid.-gap>*{margin-top:16px}.ElementGallery__slide{vertical-align:top}html.js .ElementGallery__slide:not(.-grid){transform:scale(0);transition:transform .3s ease}html.js .swiper-initialized .ElementGallery__slide{transform:scale(1)}.ElementGallery__slide img{display:block;height:auto;width:100%}.ElementGallery__credit{font-size:14px;margin-top:1em;text-align:center;text-transform:uppercase}
