#forme-bianche section#main-image{padding-top:var(--og-space-xl);grid-template-rows:min-content;position:relative}@media(min-width:1280px){#forme-bianche section#main-image{padding-top:var(--og-space-4xl)}}#forme-bianche section#main-image .browse{height:100%;width:120%;position:absolute;top:0;right:0;animation:browse 1s ease-out forwards;-webkit-clip-path:polygon(11% 0,100% 0,100% 100%,0 100%);clip-path:polygon(11% 0,100% 0,100% 100%,0 100%)}#forme-bianche section#main-image picture{grid-column:1/-1;height:100vh}@media(min-width:1280px){#forme-bianche section#main-image picture{height:200vh}}#forme-bianche section#main-image picture img{width:100%;height:100%;object-fit:cover}@media(min-width:1280px){#forme-bianche section#main-image picture img{object-fit:fill}}#forme-bianche section#info-section{grid-template-rows:repeat(4,min-content);margin-top:var(--og-space-3xl);margin-bottom:var(--og-space-3xl)}#forme-bianche section#info-section h3,#forme-bianche section#info-section h4{grid-column:1/-1;margin-bottom:var(--og-space-xl);font-weight:700}#forme-bianche section#info-section h4{margin-top:var(--og-space-3xl)}#forme-bianche section#info-section p{grid-column:1/-1}@keyframes browse{0%{width:110%}to{width:0}}