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/SBogers10/inzigd.komma.pro/resources/sass/site/6-Organisms/_organisms.hero.scss
.o-hero {

  margin-top: 80px;
  margin-bottom: 80px;

  @include mq(550) {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  @include mq(m) {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}

.o-hero__contain {
  @include mq(800) {
    @include contain;
  }
}

.o-hero__main {
  @include mq($max: 1000) {
    @include owl-children(60px);
  }

  @include mq(1000) {
    @include flex(space-between flex-start);

    .o-hero--inverted & {
      flex-direction: row-reverse;
    }
  }
}

.o-hero__content {
  @include mq($max: 800) {
    padding: 0 $site-gutter-width;
  }
}

.o-hero__button {
  margin-top: 60px;
}

@include mq(1000, 1300) {
  .o-hero__image {
    width: column(6, 12);
  }

  .o-hero__content {
    width: column(5, 12);
  }
}

@include mq(1300) {
  .o-hero__image {
    width: column(6, 12);

    .o-hero--inverted & {
      width: column(7, 12);
    }
  }
  .o-hero__content {
    width: column(4, 12);
    margin-right: column(1, 12);

    .o-hero--inverted & {
      margin-right: 0;
    }
  }


}