#gallery-modal{grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:repeat(12,1fr);display:grid}#gallery-modal .overlaydiv{justify-content:space-between;padding:5px 0 0 10px;display:flex;position:relative}@media (width>=576px){#gallery-modal .overlaydiv{top:20px;left:5px}}#gallery-modal .overlaydiv .overlaytext{color:#fff;float:left}@media (width>=576px){#gallery-modal .overlaydiv .overlaytext{margin-left:20px}}#gallery-modal .overlaydiv .overlayplus{float:right;justify-content:center;align-items:center;width:20px;height:20px;margin-right:5px;display:flex}#gallery-modal .overlaydiv .overlayplus .icon--plus{fill:#fff;color:#fff}@media (width>=576px){#gallery-modal .overlaydiv .overlayplus{margin-right:25px}}#gallery-modal img{margin-bottom:-4px}#gallery-modal .hover-shadow{transition:all .5s}#gallery-modal .hover-shadow .bckgrnd{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}@media (width>=576px){#gallery-modal .hover-shadow #image_one,#gallery-modal .hover-shadow #image_two{background-size:cover;height:540px}#gallery-modal .hover-shadow #image_three{background-size:cover;height:600px}}@media (width>=1920px){#gallery-modal .hover-shadow #image_three{height:800px}}#gallery-modal .hover-shadow:hover{filter:brightness(80%)}#gallery-modal .hide{display:none}#gallery-modal .gallery-container{grid-column-gap:10px;grid-row-gap:0;padding:0 10px}#myModal{z-index:1001;background-color:#000;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow:auto}#myModal .modal-content{background-color:#fefefe;width:100%;margin:auto;padding:0;position:relative}#myModal .modal-content .cursor{cursor:pointer}#myModal .modal-content .close{color:#fff;z-index:202;font-size:35px;font-weight:700;position:absolute;top:10px;right:25px}@media (width>=768px){#myModal .modal-content .close{right:50px}}#myModal .modal-content .close:hover,#myModal .modal-content .close:focus{color:#999;cursor:pointer;text-decoration:none}#myModal .modal-content .mySlides{display:none}@media (width>=768px){#myModal .modal-content .mySlides .modal-overlay{background-size:cover!important}}#myModal .modal-content .mySlides .modal_title{color:#fff;z-index:200;font-size:30px;line-height:1;position:absolute;top:40px;left:40px}@media (width>=576px){#myModal .modal-content .mySlides .modal_title{font-size:36px;top:40px;left:40px}}#myModal .modal-content .mySlides .modal_caption{color:#fff;z-index:201;max-width:400px;padding:8px 12px 8px 0;font-size:18px;position:absolute;top:90px;left:40px}@media (width>=576px){#myModal .modal-content .mySlides .modal_caption{font-size:16px;top:100px;left:40px}}#myModal .prev,#myModal .next{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;border-radius:0 3px 3px 0;width:auto;padding:20px;font-size:20px;font-weight:700;transition:all .6s;position:absolute;top:46%}#myModal .next{border-radius:3px 0 0 3px;position:fixed;right:20px}#myModal .prev{border-radius:3px 0 0 3px;position:fixed;left:20px}#myModal .prev:hover,#myModal .next:hover{background-color:#000c}