.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-teaser-video-search {
  display: block;
  position: relative;
  box-shadow: 0 0 22px rgba(19, 19, 19, 0.08);
}
.ux-iws-teaser-video-search__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
.ux-iws-teaser-video-search__video-wrapper video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
.ux-iws-teaser-video-search__video-wrapper video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
.ux-iws-teaser-video-search__video-wrapper video:focus {
  outline: none;
}
.ux-iws-teaser-video-search__video-overlay {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
  background-color: rgba(40, 81, 114, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 500ms ease-in-out;
}
.ux-iws-teaser-video-search__video-overlay .ux-button {
  width: 75%;
  max-width: 240px;
}
.ux-iws-teaser-video-search__video-overlay--active {
  pointer-events: auto;
  opacity: 1;
}
.ux-iws-teaser-video-search__video-overlay .ux-button:not(.ux-button--green) {
  margin-bottom: 10px;
}
.ux-iws-teaser-video-search .ux-button:not(.ux-button--green) {
  background-color: #fff;
  margin-bottom: 5px;
}
.ux-iws-teaser-video-search .ux-button:not(.ux-button--green):hover {
  background-color: #131313;
}
.ux-iws-teaser-video-search__play-button {
  height: 80px;
  width: 80px;
  position: absolute;
  margin: auto;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 50%;
  cursor: pointer;
  z-index: 1;
  border-radius: 40px;
  background-color: rgba(19, 19, 19, 0.7);
  text-align: center;
  transition: all 500ms ease;
}
@media only screen and (max-width: 768px) {
  .ux-iws-teaser-video-search__play-button {
    width: 60px;
    height: 60px;
  }
}
.ux-iws-teaser-video-search__play-button:hover {
  background-color: rgba(19, 19, 19, 0.8);
}
.ux-iws-teaser-video-search__play-button--inactive {
  opacity: 0;
  pointer-events: none;
}
.ux-iws-teaser-video-search__play-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: calc(50% + 3px);
  font-size: 26px;
  color: #fff;
}
.ux-iws-teaser-video-search__info-wrapper {
  display: flex !important;
  max-width: 100%;
  width: 100%;
  flex-direction: row;
  padding: 25px 30px;
}
.ux-iws-teaser-video-search__info-wrapper:hover .ux-button {
  background-color: #131313;
}
.ux-iws-teaser-video-search__info-wrapper:hover .ux-button ux-icon {
  color: #fff;
}
.ux-iws-teaser-video-search__title {
  margin: 5px 0 0;
}
.ux-iws-teaser-video-search__cta {
  margin-left: 25px;
  align-self: flex-end;
}

.ux-iws-teaser-video-search-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.ux-iws-teaser-video-search-grid .ux-iws-teaser-video-search {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-teaser-video-search-grid .ux-iws-teaser-video-search {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-teaser-video-search-grid .ux-iws-teaser-video-search {
    width: calc(33.3333% - 20px);
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-teaser-video-search-grid {
    justify-content: flex-start;
  }
  .ux-iws-teaser-video-search-grid .ux-iws-teaser-video-search:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}