.row-vista-statements {
  position: relative;
  margin: 0;
}

.row-vista-statements>div {
  position: relative;
  border-radius: 8px;
  margin-bottom: 70px;
  width: 100%;
  min-height: 430px;
  z-index: 1;
  overflow: hidden;
}

.row-vista-statements .bg-box {
  display: block;
  position: absolute;
  right: 50%;
  top: -10px;
  border-radius: 8px;
  width: 97%;
  height: 90%;
  z-index: 0;
  background-color: var(--blue);
  transform: translateX(50%);
}

.carousel-single .row-vista-statements .row-vista-statements-field-copyright,
.row-vista-statements .row-vista-statement-copyright-date {
  font-family: Merriweather;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 13px;
  display: block;
  position: relative;
  margin-left: 74px;
}

.node--type-statement article header .date span:before,
.carousel-single .row-vista-statements .row-vista-statements-field-copyright:before,
.row-vista-statements .row-vista-statement-copyright-date:before {
  content: "";
  background: url(../spritesheet.png);
  background-position: -50px -64px;
  width: 121px;
  height: 86px;
  display: block;
  position: absolute;
  top: -28px;
  left: -104px;
  transform: scale(0.5);
}

.row-vista-statements .row-vista-statements-field-title {
  line-height: 22px;
  margin-bottom: 28px;
}

.row-vista-statements .row-vista-statements-field-title a {
  font-family: Merriweather;
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 700;
}

.row-vista-statements p,
.row-vista-statements .row-vista-statements-field-description p,
.row-vista-statements .row-vista-statements-field-description {
  font-family: Ubuntu;
  font-size: var(--small-font-size);
  color: #fff;
  line-height: 1.45rem;
}

.row-vista-statements .box {
  padding: 25px 63px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.row-vista-statements .item-list {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 19px;
}

.row-vista-statements .item-list .list-group-item {
  background: none;
  border: 0px;
}

.row-vista-statements .item-list .list-group {
  display: block;
}

.row-vista-statements .item-list .list-group-item {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  margin-left: 9px;
}

.row-vista-statements .item-list .list-group-item span {
  font-size: 0;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  z-index: 9;
  position: absolute;
}

.row-vista-statements .bg-img {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.row-vista-statements .bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,0,0,0.55), rgba(0,0,0,0.12));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

}

.row-vista-statements img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  z-index: -1;
  height: auto;
  transform: translate(-50%, -50%);
  height: 100%;
}

/*
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: -1;
  height: auto;
  transform: translate(-50%,-50%);
*/



/*SMALL*/
.view-display-id-statements_partner .row-vista-statements>div {
  min-height: 370px;
}

.view-display-id-statements_partner .row-vista-statements .row-vista-statement-copyright-date {
  font-size: 1rem;
  font-weight: 400;
}

.view-display-id-statements_partner .row-vista-statements .row-vista-statements-field-title a {
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
}

.view-display-id-statements_partner .row-vista-statements .box {
  padding: 52px 30px;
  width: 100%;
}

.view-display-id-statements_partner .row-vista-statements .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.view-display-id-statements_partner .row-vista-statements .bg-img img {
  height: 100%;
  width: auto;
}



/* CAROUSEL */
.carousel-single .row-vista-statements {
  margin: 25px 0px;
}

.carousel-single .row-vista-statements {
  margin: 25px 0px;
}

.carousel-single .row-vista-statements .item-list {
  top: 1px;
  right: 22px;
}

.carousel-single .row-vista-statements .box {
  width: 66%;
}

.carousel-single .row-vista-statements .row-vista-statements-field-title a {
  font-family: Merriweather;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 700;
}


@media (max-width:992px) {
  .carousel-single .row-vista-statements .box {
    width: 100%;
  }

  .row-vista-statements p,
  .row-vista-statements .row-vista-statements-field-description p,
  .row-vista-statements .row-vista-statements-field-description {
    display: none;
  }

  .row-vista-statements>div {
    min-height: 310px;
  }

  .row-vista-statements .box {
    width: 100%;
  }

  .carousel-single .row-vista-statements .row-vista-statements-field-copyright:before,
  .row-vista-statements .row-vista-statement-copyright-date:before {

    transform: scale(0.35);
  }

  .carousel-single .row-vista-statements .row-vista-statements-field-copyright,
  .row-vista-statements .row-vista-statement-copyright-date {
    font-size: 16px;
  }

  .row-vista-statements .row-vista-statements-field-title a {
    font-size: 2rem;
    line-height: 2rem;
  }

  .row-vista-statements .row-vista-statements-field-title {
    margin-bottom: 7px;
  }
}

@media (max-width:576px) {
  .row-vista-statements {
    width: 100%;
    margin: 0 auto;
  }

  .carousel-single .row-vista-statements .row-vista-statements-field-title a {
    font-size: var(--large-font-size);
    line-height: 1.4;

  }

  .row-vista-statements>div {
    min-height: 218px;
  }

  .node--type-statement article header .date span:before,
  .carousel-single .row-vista-statements .row-vista-statements-field-copyright:before,
  .row-vista-statements .row-vista-statement-copyright-date:before {
    left: -108px;
  }

  .row-vista-statements .row-vista-statements-field-title a,
  .view-display-id-statements_partner .row-vista-statements .row-vista-statements-field-title a {
    /* font-size: 1rem;
    line-height: 1.4rem; */
  }

  .carousel-single .row-vista-statements .row-vista-statements-field-copyright,
  .row-vista-statements .row-vista-statement-copyright-date {

    margin-left: 61px;
  }

  .carousel-single .row-vista-statements .row-vista-statements-field-copyright,
  .row-vista-statements .row-vista-statement-copyright-date {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  .node--type-statement article header .date span:before,
  .carousel-single .row-vista-statements .row-vista-statements-field-copyright:before,
  .row-vista-statements .row-vista-statement-copyright-date:before {
    left: -95px;
    top: -32px;
  }

  .row-vista-statements .box {
    padding: 25px 15px;
  }

  .row-vista-statements p,
  .row-vista-statements .row-vista-statements-field-description p,
  .row-vista-statements .row-vista-statements-field-description {
    display: none;

  }

  .row-vista-statements>div {
    margin-bottom: 40px;
  }

  .row-vista-statements .bg-box {

    height: 92%;
  }
}
