.banner_area{margin:0;min-height:15rem;background-color:#222;position:relative;padding:2rem 0;overflow:hidden}.banner__image,.banner__overlay,.banner__hexagons{position:absolute;width:100%;height:100%;top:0;left:0}.banner__image{background-repeat:no-repeat;background-position:center;background-size:cover}.banner__overlay{background-color:rgba(0,0,0,.65)}.hexagons{width:100%;height:auto}.hexagons polygon{opacity:0;animation:hexagon 6s infinite linear;animation-fill-mode:forwards}.hexagons polygon.two{animation-delay:1s}.hexagons polygon.three{animation-delay:2s}.hexagons polygon.four{animation-delay:3s}.hexagons polygon.five{animation-delay:4s}.hexagons polygon.six{animation-delay:5s}@keyframes hexagon{0%{opacity:0}20%{opacity:.1}40%{opacity:0}}@media(min-width:576px){.banner_area{min-height:20rem}}@media(min-width:992px){.banner_area{padding:0}}@media(min-width:1200px){.banner_area{height:24rem}}@media(min-width:1680px){.banner_area{height:36rem}}