.gallery_list .background{background-position:center;background-size:cover;background-repeat:no-repeat;height:220px;position:relative;overflow:hidden;border-radius:8px}.gallery_list .background .curtain{transition:.3s;position:absolute;top:0;left:0;background-color:rgba(15,30,61,.75);width:100%;height:100%;transform:translateX(-100%);display:flex;justify-content:center;align-items:center}.gallery_list .background .curtain h2{color:#c3a046;font-size:24px;font-weight:700;margin:0;padding:0 15px}.gallery_list .background:hover .curtain{transform:translateX(0)}.gallery_detail .gimg{display:block;height:100%;overflow:hidden;border-radius:8px}.gallery_detail .img{object-fit:cover;transition:all .5s ease-in-out;min-height:100%}.gallery_detail .img:hover{transform:scale(1.05)}.gallery_detail .std_btn{display:inline-flex}@media screen and (max-width:1199px){.gallery_list .background .curtain{transform:translateX(0)}}