// Header styles // ==========================================

// If you change the background-image be sure to modify the _includes/preconnect.html file! .header__bg {

background-image: url('/assets/img/banner-bg.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 55%;
height: 55vh;

}

@media screen and (min-width: 1200px) {

.header__bg {
  height: auto;
}

}