:root{--small:clamp(1.13rem,calc(1.04rem + 0.41vw),1.50rem);--medium:clamp(1.69rem,calc(1.57rem + 0.61vw),2.25rem);--large:clamp(2.25rem,calc(2.09rem + 0.81vw),3.00rem)}.gallery_image{position:absolute;top:0;left:0;width:auto}.gallery_image img{width:100%;height:100%;object-fit:cover}.arrows{position:absolute;bottom:2vh;left:0;width:100%;height:100vh;display:flex;justify-content:space-between;align-items:center;padding:0 clamp(1.13rem,1.04rem + .41vw,1.5rem)}.arrows .arrow{width:calc(clamp(2.25rem,2.09rem + .81vw,3rem)*1.5);height:auto;opacity:.5;z-index:1;cursor:pointer;transition:all .5s ease-in-out}.arrows .arrow:hover{opacity:1}@media screen and (min-width:768px)and (max-width:1023px){.arrows{align-items:flex-end}}@media screen and (max-width:767px){.arrows{align-items:flex-end}}#gallery_section{height:100vh}#gallery_section .dish_name{grid-area:1/1/2/7;align-self:flex-end;text-shadow:0 2px 6px rgba(30,30,30,.208);z-index:1;position:relative;bottom:10vh}#gallery_section .dish_name h1,#gallery_section .dish_name h2{position:absolute;width:100%;height:100%}#gallery_section .dish_name h1{text-align:left;justify-content:flex-start;align-items:flex-end}#gallery_section .dish_name h1,#gallery_section .dish_name h2{font-size:calc(clamp(2.64rem,4.06vw + 1.63rem,5.79rem)*.85);display:flex}#gallery_section .dish_name h2{text-align:right;justify-content:flex-end;align-items:flex-start}@media screen and (min-width:768px)and (max-width:1023px){#gallery_section .dish_name{grid-area:1/1/2/7;bottom:10vh}}@media screen and (max-width:767px){#gallery_section .dish_name{grid-area:1/1/2/5;bottom:10vh}#gallery_section .dish_name h1,#gallery_section .dish_name h2{justify-content:center;text-align:center}}