﻿/* Hero module overrides */
body[data-page="home"] section#top .hero-inner{
  border-radius: var(--radius-xl);
}

body[data-page="home"] section#top .hero-right{
  border-radius: var(--radius-xl);
}

@media (max-width: 900px){
  body[data-page="home"] section#top .hero-inner{
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
}
