.bgch,.gallery .image-container .image img:hover{background:#000!important}.gallery{padding:30px}.gallery .controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:20px 0;list-style:none}.gallery .controls .buttons{height:40px;width:140px;background:#e9c37a;color:#000;line-height:40px;cursor:pointer;margin:20px;text-align:center}.gallery .controls .buttons .active{background:#000!important;color:#fff}.bgch{color:#fff!important}.gallery .image-container{display:flex;text-align:center;justify-content:center;flex-wrap:wrap}.gallery .image-container .image{height:370px;width:360px;overflow:hidden;margin:10px}.gallery .image-container .image img{width:100%;height:100%;object-fit:cover}.gallery .image-container .image:hover img{transition:1s;transform:rotateY(180deg)}.image{position:relative;color:#fff}.image:hover{filter:brightness(60%)}.image::after{content:url('chain.svg');transform:rotate(45deg);color:#fff;width:50px;height:50px;background:#e9c37a;position:absolute;left:42%;top:40%;border-radius:50%;display:none;animation:1s pop}@keyframes pop{0%,50%{top:40%;opacity:0}100%{top:40%;opacity:1}}.image:hover:after{display:block}