﻿section.gallery{position:relative;width:100%;padding:40px 0 40px;background-color:#1a2b3b;}section.gallery h2{font-size:28px;color:#fff;text-align:center;margin-bottom:40px;}section.gallery .gallery__inner{display:grid;grid-template-columns:1fr 1fr;gap:8px;}section.gallery .gallery__tile{position:relative;display:none;}section.gallery .gallery__tile:nth-child(1),section.gallery .gallery__tile:nth-child(2),section.gallery .gallery__tile:nth-child(3),section.gallery .gallery__tile:nth-child(4),section.gallery .gallery__tile:nth-child(5){display:block;width:100%;}section.gallery .gallery__tile:nth-child(1){grid-column:1/span 2;}section.gallery .gallery__plus-icon,section.gallery .gallery__play-icon{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.7);color:#fff;font-size:22px;}section.gallery .gallery__plus-icon .icon,section.gallery .gallery__play-icon .icon{margin-right:8px;width:16px;height:16px;color:#fff;}section.gallery .gallery__play-icon .icon{width:34px;height:34px;margin-right:0;}@media(min-width:1200px){section.gallery{padding:40px 0 80px;}section.gallery h2{font-size:36px;}section.gallery .gallery__inner{grid-template-columns:calc(66.666% - 10px) calc(16.665% - 11px) calc(16.665% - 11px);grid-template-rows:auto;grid-template-areas:"item1 item2 item3" "item1 item4 item5";gap:16px;}section.gallery .gallery__tile:nth-child(1){grid-column:initial;grid-area:item1;}section.gallery .gallery__tile:nth-child(2){grid-area:item2;}section.gallery .gallery__tile:nth-child(3){grid-area:item3;}section.gallery .gallery__tile:nth-child(4){grid-area:item4;}section.gallery .gallery__tile:nth-child(5){grid-area:item5;}section.gallery.gallery--2 .gallery__inner{grid-template-columns:calc(83.333% - 8px) calc(16.667% - 8px);grid-template-areas:"item1 item2" "item1 item3";}}