.gallery_component{box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;column-gap:2rem;padding:1rem;width:100%;height:auto;z-index:10;overflow:scroll;overflow-y:hidden}@media(min-width:768px){.gallery_component{column-gap:6rem;justify-content:center;overflow-x:inherit;margin-bottom:4rem}}.gallery_component .container_image_gallery{min-width:90vw;height:auto;position:relative}@media(min-width:930px){.gallery_component .container_image_gallery{min-width:auto;width:300px;height:80%;position:relative;margin-bottom:1rem}}@media(min-width:1430px){.gallery_component .container_image_gallery{width:25%}}.gallery_component .container_image_gallery .image_gallery{display:block;width:100%;height:auto;position:relative}.gallery_component .container_image_gallery .background_image_gallery{display:none}@media(min-width:930px){.gallery_component .container_image_gallery .background_image_gallery{display:block;height:100%;width:100%;background:linear-gradient(180deg,#dfffff,#134573);position:absolute;top:25px;left:-25px;z-index:-1;border-radius:25px}}