#gallery-content{overflow-x:hidden;margin-left:300px;width:calc(100% - 270px);padding:30px 0 0;min-height:350px}#gallery-content .title{font-size:24px;line-height:50px;color:#212121}#gallery-content .container-gallery{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}#gallery-content .container-gallery .gallery-item{width:270px;height:240px;margin:0 30px 30px 0;border:1px solid #d2d2d2}#gallery-content .container-gallery .gallery-item:hover{border:1px solid #c00}#gallery-content .container-gallery .gallery-item .item{width:100%;height:100%;cursor:pointer}#gallery-content .container-gallery .gallery-item .item .new-container .img-container-child{width:100%;height:160px;padding:1px 1px 0;display:flex;justify-content:center;align-items:center;overflow:hidden}#gallery-content .container-gallery .gallery-item .item .new-container .img-container-child img{height:100%;width:auto}#gallery-content .container-gallery .gallery-item .item .new-container .date{font-size:14px;line-height:20px;color:#898989;margin:20px 0 0 20px;padding:0}#gallery-content .container-gallery .gallery-item .item .new-container .text{font-size:14px;line-height:20px;font-weight:700;word-break:break-word;margin:0 0 0 20px}#gallery-content .preview-image .image-zoom{padding:0;overflow:hidden;display:flex;position:fixed;top:0;left:0;width:100%;height:100%!important;box-sizing:border-box;z-index:101;-webkit-overflow-scrolling:touch}#gallery-content .preview-image .image-zoom .content-preview{margin:auto;position:relative;-ms-grid-row-align:center;align-self:center;display:flex;justify-content:center;align-items:center;z-index:1}#gallery-content .preview-image .image-zoom .content-preview .content-img{width:calc(100% - 98px)}#gallery-content .preview-image .image-zoom .content-preview .next-preview{display:block;position:relative;z-index:99;width:44px;height:44px;margin-left:5px;background-color:transparent;cursor:pointer;transition:background-color .1s}#gallery-content .preview-image .image-zoom .content-preview .next-preview:hover{background-color:#323232}#gallery-content .preview-image .image-zoom .content-preview .next-preview:before{position:absolute;width:15px;height:15px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);top:15px;left:13px;transition:all 1s cubic-bezier(.075,.82,.165,1);z-index:99;content:"";display:block}#gallery-content .preview-image .image-zoom .content-preview .prev-preview{display:block;position:relative;z-index:99;width:44px;height:44px;margin-right:5px;background-color:transparent;cursor:pointer;transition:background-color .1s}#gallery-content .preview-image .image-zoom .content-preview .prev-preview:hover{background-color:#323232}#gallery-content .preview-image .image-zoom .content-preview .prev-preview:before{position:absolute;width:15px;height:15px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(135deg);top:15px;left:16px;transition:all 1s cubic-bezier(.075,.82,.165,1);z-index:99;content:"";display:block}#gallery-content .preview-image .image-zoom .content-preview img{position:relative;z-index:5;width:100%;height:100%}#gallery-content .preview-image .image-zoom .overlay_close{position:absolute;top:10px;right:10px;z-index:99;width:44px;height:44px;background-color:transparent;border-radius:50%;cursor:pointer;transition:background-color .1s}#gallery-content .preview-image .image-zoom .overlay_close:hover{background-color:#323232}#gallery-content .preview-image .image-zoom .overlay_close img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;width:15px;height:15px;margin:auto;content:""}#gallery-content .preview-image .image-zoom .overlay{opacity:.92;position:fixed;z-index:0;left:0;top:0;width:100%;height:100%;background-color:#000}@media only screen and (max-width:768px){#gallery-content{margin-left:0;padding:0;width:100%}#gallery-content .list-gallery{padding:0 16px;width:100%;float:none;max-width:768px;min-height:350px}#gallery-content .list-gallery .container-gallery{justify-content:center;align-items:center}#gallery-content .list-gallery .container-gallery .gallery-item{margin:0 0 30px;width:100%}#gallery-content .preview-image .image-zoom .overlay_close{display:none}}