div#gallery img{height:100%;object-fit:cover;width:100%}.btn_parent{display:flex}div#gallery p{color:#a4a4a4;display:block;font-size:36px;margin:0 auto;padding:200px 0}.search_input_button_wrapper{align-items:center;display:flex}.search_input_button_wrapper input{border-radius:30px;padding:15px 25px}.more_wrapper{margin-top:30px;text-align:center}.top_content h2{margin:0}.search_input_button_wrapper .button{margin:0 0 0 10px;min-width:max-content}.gallery_parent .top_content{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}body.fixed{overflow:hidden;position:relative}body .popup img{height:100%!important;max-height:600px!important;max-width:900px!important;object-fit:contain;width:100%!important}body.fixed:before{background:#ffffffb5;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:14}.image-grid div{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:240px;opacity:.85;transition:all .3s ease-in-out;width:25%}.image-grid div:hover{opacity:1}.image-grid{display:flex;flex-wrap:wrap}.gallery_parent{position:relative}.popup a{bottom:20px;height:auto;position:absolute;right:20px;width:auto}span.close{align-items:center;background:#06f;border:0;border-radius:50%;cursor:pointer;display:flex;flex-flow:column nowrap;float:right;height:40px;justify-content:center;margin:15px;padding:0;position:relative;position:absolute;right:0;transition:all .15s;width:40px}span.close:after,span.close:before{background:#fff;border-radius:6px;content:"";height:3px;left:50%;position:absolute;right:0;top:50%;width:25px}span.close:before{transform:translate(-50%,-50%) rotate(45deg)}span.close:after{transform:translate(-50%,-50%) rotate(-45deg)}span.close:focus,span.close:hover{background:#0052cc;transform:rotate(90deg)}.popup{background:#000;border-radius:30px;bottom:100px;color:#fff;height:100%;left:50%;max-height:600px;max-width:900px;opacity:0;overflow:hidden;position:fixed;right:100px;top:80%;transform:translate(-50%,-50%);transition:all .5s ease-in-out;visibility:hidden;width:100%;z-index:99}.popup.show{opacity:1;top:50%;visibility:visible}@media screen and (max-width:991px){.gallery_parent .top_content{flex-direction:column}}