.hero .hero__box::after,.hero .hero__box>img{position:absolute;left:0;height:100%;width:100%}.hero{width:100%;max-width:1920px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr)}.hero .hero__box{position:relative;min-height:730px;isolation:isolate;display:flex;align-items:flex-end;justify-content:center;cursor:pointer;overflow:hidden}.hero .hero__box>img{top:0;object-fit:cover;z-index:-1;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-o-transition:.5s ease-in-out}.hero .hero__box .small__logo{z-index:10}.hero .hero__box .small__logo img{max-width:100%;width:auto;height:auto;position:relative;display:block}.hero .hero__box::after{content:"";bottom:0;background:#fff;background:linear-gradient(180deg,rgba(255,255,255,0) 55%,#fff 90%)}.hero .hero__box:hover>img{scale:1.2}@media screen and (max-width:769px){.hero .hero__box{min-height:450px;padding-bottom:30px}.hero .hero__box::after{background:linear-gradient(180deg,rgba(255,255,255,0) 15%,#fff 90%)}}@media screen and (max-width:567px){.hero{grid-template-columns:1fr}.hero .hero__box{min-height:250px;padding-bottom:30px}.hero .hero__box::after{background:linear-gradient(180deg,rgba(255,255,255,0) 15%,#fff 90%)}}