.gallery_carousel .d-flex{-ms-flex-flow:wrap;flex-flow:wrap}.galler_box{position:relative;width:25%;min-width:25%;padding:10px}.galler_box .galler_box_in{padding:10px;height:450px;position:relative;overflow:hidden}.galler_box .zoom_button{position:absolute;top:20px;right:20px;width:50px;border-radius:50px;height:50px;opacity:0;background:var(--primary-color-one);line-height:50px;font-size:18px;color:#fff;text-align:center}.galler_box .position-absolute,.galler_box .zoom_button{-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out}.galler_box .position-absolute{bottom:0;left:0;width:100%;height:auto;padding:20px;text-align:left;opacity:1;z-index:1}.galler_box .position-absolute h6{font-size:16px;display:inline-block;line-height:26px;color:var(--primary-color-one);margin-bottom:15px}.galler_box .position-absolute h2 a{margin:0!important}.galler_box .position-absolute:before{position:absolute;content:"";width:100%;height:100%;background:var(--background-color-one);bottom:0;left:0;border-radius:10px 50px 10px 10px;z-index:-1}.galler_box:hover .position-absolute{opacity:0;bottom:-100%}.galler_box:hover .zoom_button{opacity:1}.galler_box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:10px}@media (max-width:768px){.gallery_carousel .d-flex{display:block!important}.gallery_carousel .d-flex .galler_box{min-width:100%!important;width:50%!important}}