.et-db #et-boc .et-l .et_pb_code_inner .po-simple-carousel .item,
.et-db #et-boc .et-l .et_pb_code_inner .po-simple-carousel-fixed .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
    height: 500px;
}

.po-simple-carousel .owl-item-controls,
.po-simple-carousel-fixed .owl-item-controls {
    cursor: pointer;
    position: absolute;
    bottom: 2em;
    right: 2em;
}
.po-simple-carousel.po-simple-carousel-left .owl-item-controls,
.po-simple-carousel-fixed.po-simple-carousel-left .owl-item-controls {
    left: 2em;
}
.po-simple-carousel.po-simple-carousel-center .owl-item-controls,
.po-simple-carousel-fixed.po-simple-carousel-center .owl-item-controls {
    left: calc(50% - (80px / 2));
}

.po-simple-carousel .owl-item-controls span,
.po-simple-carousel-fixed .owl-item-controls span {
    font-family: 'FranklinGothicLTCom-Bk';
    font-size: 16px;
    color: #ffffff !important;
}

.po-simple-carousel .owl-item-controls i,
.po-simple-carousel-fixed .owl-item-controls i {
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align: middle;
}

.et-db #et-boc .et-l .et_pb_code_inner .po-simple-carousel.carousel-img-right .item,
.et-db #et-boc .et-l .et_pb_code_inner .po-simple-carousel-fixed.carousel-img-right .item {
  background-size: contain;
  background-position-x: 50vw;
}

.et-db #et-boc .et-l .et_pb_code_inner .po-simple-carousel.carousel-img-left .item,
.et-db #et-boc .et-l .et_pb_code_inner .po-simple-carousel-fixed.carousel-img-left .item {
  background-size: contain;
  background-position-x: 0vw;
}

@media only screen and (max-width: 991px) {
  .et-db #et-boc .et-l .et_pb_code_inner .po-simple-carousel .item,
  .et-db #et-boc .et-l .et_pb_code_inner .po-simple-carousel-fixed .item {
    background-size: cover !important;
    background-position-x: center !important;
  }
}