HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/farmfun/reserveren.farmfun.be/resources/sass/site/6-Organisms/_organisms.hero.scss
$o-hero-bp1: 456;

.o-hero {
  position: relative;
  z-index: 1;

  .ie & {

    background-image: url("/img/home/farmfun-020.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    @include mq(500) {
      background-image: url("/img/home/farmfun-025.jpg");
    }

    @include mq(600) {
      background-image: url("/img/home/farmfun-050.jpg");
    }

    @include mq(1240) {
      background-image: url("/img/home/farmfun-075.jpg");
    }
  }
}


.o-hero__main {
  @include contain;
  @include vspacing(
    'padding-top' 1
  );
}


.o-hero__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 960px;

  .ie & {
    display: none;
  }
}


.o-hero__planner {
  @include border-radius(s);
  width: 100%;
  padding: space(3);
  background-color: palette(primary);

  @include mq($o-hero-bp1) {
    width: $site-column-size * 4px;
  }

}

.o-hero__title {
  @include font-family(secondary);
  @include font-size(xl);
  @include font-weight(regular);
  color: palette(secondary, 900);
  margin-bottom: space(3);

  @include mq($o-hero-bp1) {
    @include font-size(xxl);
  }
}


.o-hero__rating {
  transform: translateY(50%);
}