.wag-quotes {
  position: relative;
  margin: 0px auto;
  max-width: 1480px;
  width: 100%;
}
.wag-quotes figure {
  margin-bottom: 0px;
}
.wag-quotes .image {
  overflow: hidden;
}
@media (min-width: 640px) {
  .wag-quotes .image picture img {
    height: auto;
    width: 100%;
  }
}
.wag-quotes .img_wrapper {
  position: relative;
}
.wag-quotes .quoticonright {
  position: absolute;
  right: 30px;
  bottom: -30px;
}
.wag-quotes .quoticonleft {
  display: none;
}
.wag-quotes .quoticonright, .wag-quotes .quoticonleft {
  width: 60px;
  height: 60px;
}
.wag-quotes .quoticonright::before, .wag-quotes .quoticonleft::before {
  background-color: #FFFFFF;
  z-index: 1000;
  display: block;
  -webkit-mask-size: 140%;
  mask-size: 140%;
  height: 60px;
  width: 60px;
}
.wag-quotes .imgcontainer {
  width: 100%;
  aspect-ratio: 390/200;
}
@media (min-width: 640px) {
  .wag-quotes .img_wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .wag-quotes .quoticonright::before, .wag-quotes .quoticonleft::before {
    margin-left: -10px;
    margin-top: -10px;
    -webkit-mask-size: 110%;
    mask-size: 110%;
  }
  .wag-quotes.imgright .img_wrapper {
    justify-content: flex-end;
  }
  .wag-quotes.imgright .quoticonleft {
    position: initial;
    display: block;
    right: auto;
    bottom: auto;
    margin-right: -30px;
    margin-top: 30px;
    z-index: 10;
  }
  .wag-quotes.imgright .quoticonright {
    display: none;
  }
  .wag-quotes.imgleft .quoticonright {
    display: block;
    position: initial;
    right: auto;
    bottom: auto;
    margin-left: -30px;
    margin-top: 30px;
  }
  .wag-quotes.imgleft .quoticonleft {
    display: none;
  }
  .wag-quotes .imgcontainer {
    width: 30%;
    aspect-ratio: 226/350;
  }
}
@media (min-width: 1024px) {
  .wag-quotes .quoticonright, .wag-quotes .quoticonleft {
    width: 100px;
    height: 100px;
  }
  .wag-quotes .quoticonright::before, .wag-quotes .quoticonleft::before {
    width: 100px;
    height: 100px;
    margin-left: -10px;
    margin-top: -10px;
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }
  .wag-quotes.imgleft .quoticonright {
    margin-left: -50px;
    margin-top: 50px;
  }
  .wag-quotes.imgleft .quoticonleft {
    display: none;
  }
  .wag-quotes.imgright .quoticonright {
    display: none;
  }
  .wag-quotes.imgright .quoticonleft {
    margin-right: -50px;
    margin-top: 50px;
  }
  .wag-quotes .imgcontainer {
    width: 40%;
    aspect-ratio: 611/568;
  }
}
.wag-quotes .upped {
  overflow: hidden;
}
.wag-quotes .upped .row .col-12 {
  padding-top: 26px;
}
@media (min-width: 640px) {
  .wag-quotes .upped {
    position: absolute;
    top: 0px;
    height: 100%;
  }
}
.wag-quotes .upped .row {
  width: 100%;
}
