﻿/* Main mobile desktop navigation breakpoint */
.hero {
  width: 100%;
  position: relative;
}
.hero--650px {
  height: 650px;
}
@media (max-width: 767px) {
  .hero--650px {
    height: auto;
    aspect-ratio: 375/443;
  }
}
.hero > img, .hero:after {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.hero:after {
  content: "";
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}
.hero > div {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  color: white;
  z-index: 3;
}
.hero > div h1, .hero > div p {
  margin: 0 0 20px;
  padding: 0;
  color: white;
}
.hero > div p {
  margin-bottom: 50px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Data/LocalProjects/BekoModern/src/BekoModern.Web/wwwroot/css/blomberg24/_colours.scss%22,%22file:///C:/Data/LocalProjects/BekoModern/src/BekoModern.Web/wwwroot/css/blomberg24/bhero.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAKgB;ACJhB;EACI;EACA;;AAIA;EACI;;AACA;EAFJ;IAGQ;IACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI%22%7D */