.container-gallery {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.75);display: flex;align-items: center;justify-content: center;user-select: none;z-index: 9999;}
.container-gallery img {max-height: 90%;max-width: 80%;}
.container-gallery i {color: #fff;font-size: 2em;position: absolute;cursor: pointer;z-index: 10;}
.container-gallery i.fa-times {top: 0;right: 5px;}
.container-gallery i.fa-chevron-left {left: 10px;}
.container-gallery i.fa-chevron-right {right: 10px;}
.wrap-container {display: flex;margin: 0 -15px;}
*[zoom-src] {position: relative;margin: 0 15px 15px;display: flex;align-items: flex-start;font-family: Font Awesome\ 5 Free;font-weight: 900;color: #fff;font-size: 30px;cursor: pointer;}
*[zoom-src]::before {content: "\f002";display: flex;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,.5);width: 100%;height: 100%;align-items: center;justify-content: center;opacity: 0;transition: opacity .25s;}
*[zoom-src]:hover::before {opacity: 1;}