diff --git a/sass/css/_layout.scss b/sass/css/_layout.scss index bcc3d3c..90482d3 100644 --- a/sass/css/_layout.scss +++ b/sass/css/_layout.scss @@ -134,7 +134,7 @@ img.kf25 { @media (min-width: 992px) { .hero { // height: 692px; - height: calc(100vh - 200px); + height: calc(65vh - 200px); background: url("../images/hero@2x.png") repeat-x top center; -webkit-background-size: contain; -moz-background-size: contain;