.wrap-carousel-pyxys {
    width: 100%;
    display: inline-block;
  }
  .wrap-carousel-pyxys .owl-carousel {
    width: 100%;
  }
  .wrap-carousel-pyxys .owl-carousel .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .wrap-carousel-pyxys .owl-carousel .item .href-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wrap-carousel-pyxys .owl-carousel .item .legend {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    color: #fff;
  }
  .wrap-carousel-pyxys .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 0;
  }
  .wrap-carousel-pyxys .owl-carousel .owl-nav .owl-next:hover, .wrap-carousel-pyxys .owl-carousel .owl-nav .owl-prev:hover {
    background: transparent;
    opacity: 0.8;
  }
  .wrap-carousel-pyxys .owl-carousel .owl-nav .owl-next img, .wrap-carousel-pyxys .owl-carousel .owl-nav .owl-prev img {
    max-width: 40px;
  }
  .wrap-carousel-pyxys .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -50px;
  }
  .wrap-carousel-pyxys .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
  }
  .wrap-mosaico-pyxys {
    width: 100%;
    display: inline-block;
  }
  .wrap-mosaico-pyxys .item .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin-bottom: 15px;
  }
  .wrap-mosaico-pyxys .item .thumb a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  