.laninno-hero-visual-host{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#ffffff,#f8fafc)!important;
}
.laninno-hero-visual-restored{
  width:100%;
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.laninno-hero-visual-restored img{
  width:100%;
  max-width:640px;
  height:auto;
  display:block;
  border-radius:28px;
  box-shadow:0 20px 60px rgba(15,23,42,.08);
}
@media(max-width:900px){
  .laninno-hero-visual-restored{min-height:200px}
}
