@charset "UTF-8";

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
  display: none;
}

.metaslider .caption-wrap {
  /* position: relative !important;
  text-align: right;
  margin-top: -36vw !important;
  margin-left: auto !important;
  margin-right: 5vw !important;
  color: yellow !important;
  opacity: 1 !important;
  width: 38vw !important;
  line-height: 7vw !important;
  background: none !important;
  padding-bottom: 16vw;
  font-size: 3vw;
  font-family: sans-serif;
  font-weight: 100; */

  /* position: fixed !important; */
  color: var(--base-color3) !important;
  opacity: 1 !important;
  line-height: 7vw !important;
  background: none !important;
  font-size: 3vw;
  font-weight: 100;
  top: 14vw;
  right: 40px;
  left: auto !important;
  text-align: right;
}

.metaslider .caption-wrap {
  width: 38vw !important;
}
@media screen and (min-width: 478px) {
  .metaslider .caption-wrap {
    width: 36vw !important;
  }
}
@media screen and (min-width: 500px) {
  .metaslider .caption-wrap {
    width: 34vw !important;
  }
}
