.galler_box{position:relative;overflow:hidden;width:25%;min-width:25%;padding:8px;height:450px}.galler_box .position-absolute{bottom:8px;left:8px;background:#fff;padding:20px;text-align:center;opacity:0;-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:hover .position-absolute{opacity:1}.galler_box:first-child,.galler_box:nth-child(6){width:50%;min-width:50%}.galler_box .zoom_button{position:absolute;top:8px;right:8px;width:50px;height:50px;background:#fff;line-height:50px;font-size:18px;color:#000;text-align:center}.galler_box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (max-width:768px){.gallery_carousel .d-flex{display:block!important}.gallery_carousel .d-flex .galler_box{min-width:100%!important;width:50%!important}}