@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); /*primary_font_url*/
:root {
    --navigation_font-family: "Open Sans",sans-serif;
    --heading_font-family: "Open Sans",sans-serif;
    --content_font-family: "Open Sans",sans-serif;
}

/*###> custom ###*/
.component_vacancy-content {
line-height: 2.5rem;
}

.gmnoprint {
display: block!important;
}

.component_video_figure {
  position: relative;
}
 .component_video_figure  img {
    position: absolute;
    top: -25px;
    right: -20px;
    z-index: 2;
    max-width: 25%;
}
    @include media-breakpoint-up(720px) {
 .component_video_figure  img {
      top: -50px;
      right: -40px;
      max-width: 100%;
}
    }
    @include  media-breakpoint-up(1140px) {
 .component_video_figure  img {
      right: -80px;
    }
  }
}
/*###< custom ###*/