.gallery_list .background{background-position:center;background-size:cover;background-repeat:no-repeat;height:220px;position:relative;overflow:hidden}.gallery_list .background .curtain{transition:.3s;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.5);width:100%;height:100%;transform:translateX(-100%);display:flex;justify-content:center;align-items:center}.gallery_list .background .curtain h2{color:#fff;font-size:24px;font-weight:400;margin:0;padding:0 15px}.gallery_list .background:hover .curtain{transform:translateX(0)}.gallery_detail .img{transition:all .5s ease-in-out}.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)}}.gname{color:#ad926b}