Lorem ipsum dolor
Eos laudantium repellat sed architecto earum unde incidunt.
Tagline
Aliqua id fugiat nostrud irure ex duis ea quis id quis ad et. Sunt qui esse pariatur duis deserunt mollit dolore cillum minim tempor enim elit aute irure tempor cupidatat.
Eos laudantium repellat sed architecto earum unde incidunt.




Lorem ipsum
/* -- The root styles must go in the element of the structure with the name "Image wrapper". --*/
.gb-home-hero__img-wrapper {
/* Styles applied to last image */
&:nth-child(4 of .gb-home-hero__img-wrapper) {
margin-bottom: auto;
}
/* Styles applied to the second and third images */
&:nth-child(2 of .gb-home-hero__img-wrapper),
&:nth-child(3 of .gb-home-hero__img-wrapper){
.gb-home-hero__img{
aspect-ratio: 4 / 5;
}
}
}