.lightbox-container .row{display:flex;flex-direction:row;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row}.lightbox-container .col-md-4{padding-left:1rem;padding-right:1rem}.lightbox-container .col-md-12{padding-left:2rem;padding-right:2rem}.lightbox{background-color:#2d70a6;display:block;position:relative;overflow:hidden;height:100%}.lightbox-target{position:fixed;width:100%;background:rgba(0,0,0,.7);width:100%;opacity:0;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;overflow:hidden;z-index:999}.lightbox-image-wrapper{text-align:center;margin:auto;position:relative;box-sizing:border-box;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;display:flex;display:-ms-flexbox;flex-direction:column;align-self:center;align-items:center}.lightbox-image-wrapper img{border:3px solid white;box-shadow:0px 0px 8px rgba(0,0,0,.3)}.lightbox img{font-family:'object-fit: cover;';object-fit:cover;opacity:1;transition:all .5s ease;height:100%;max-width:unset;width:100%}.lightbox:hover img{opacity:.5;mix-blend-mode:multiply;-ms-filter:"alpha(opacity=50)";@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){opacity:.5}}.lightbox-caption{background-color:#fff;max-width:80vW;padding:2rem;width:100%}@media(min-width:768px){.lightbox-caption{max-width:45vW}}.lightbox .fas{color:#fff;display:none;font-size:2rem;position:absolute;text-align:center;transform:translateY(-50%);top:50%;width:100%}@media(min-width:768px){.lightbox .fas{font-size:4.5rem}}.lightbox:hover .fas{display:block}a.lightbox-close{display:block;width:50px;height:50px;box-sizing:border-box;background:#f18b45;color:#fff;text-decoration:none;position:absolute;top:-80px;right:0;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#fff;position:absolute;left:26px;top:10px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}a.lightbox-close:after{content:"";display:block;height:30px;width:1px;background:#fff;position:absolute;left:26px;top:10px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.lightbox-target:target{display:flex;display:-ms-flexbox;bottom:0;left:0;opacity:1;top:0}.lightbox-target:target img{align-self:center;height:auto}@media(min-width:768px){.lightbox-target:target img{width:45vW}}.lightbox-target:target a.lightbox-close{top:0px}.three-col-lightbox .container{z-index:auto}.three-col-lightbox .col-md-4{float:left !important;width:33.33333333%}.four-col-lightbox .col-md-3{float:left !important;padding:0 .3rem;width:25%}