.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.relative-container {
  position: relative;
}
.container {
  width: 100%;
  max-width: 1280px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
/*** LESS functions ***/
article.node--type-experience.node--view-mode-teaser {
  position: relative;
}
article.node--type-experience.node--view-mode-teaser .teaser-image {
  height: 270px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
article.node--type-experience.node--view-mode-teaser .teaser-image:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  background-color: #4A72B1;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
article.node--type-experience.node--view-mode-teaser .teaser-content {
  background-color: #fff;
  padding: 23px 30px 30px 30px;
  min-height: 220px;
  margin-top: -70px;
  margin-left: 15px;
  max-width: 70%;
  background-image: url('../../img/icons/arrow-right-border.png');
  background-repeat: no-repeat;
  background-position: right 17px bottom 20px;
  position: relative;
  z-index: 1;
}
article.node--type-experience.node--view-mode-teaser .teaser-content a {
  color: unset;
}
article.node--type-experience.node--view-mode-teaser .teaser-content small {
  color: #00ACDD;
  font-size: 12px;
  text-transform: uppercase;
}
article.node--type-experience.node--view-mode-teaser .teaser-content h4 {
  margin-bottom: 27px;
  line-height: 30px;
}
article.node--type-experience.node--view-mode-teaser .teaser-content .author {
  color: #999;
  font-size: 14px;
  line-height: 17px;
}
article.node--type-experience.node--view-mode-teaser:hover a .teaser-image:before {
  content: '';
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  article.node--type-experience.node--view-mode-teaser .teaser-content {
    max-width: calc(100% - 10px);
    margin-left: 0;
  }
}
