@media only screen and (max-width: 768px){
.custom-slider .media-wrapper img {
    width: 335px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    display: flex;
  }
.custom-slider .slider-body {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
  }
.custom-slider .slider-headline {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 769px){
   
    .custom-slider .content-wrapper.col-sm-12 {
        display: flex;
          margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }
    .custom-slider .media-wrapper {
        max-width: 90%;
    }
    .custom-slider .media-wrapper img {
        max-width: 100%;
        height: auto;
    }
}

.custom-slider .owl-prev {
    background-image: url('/sites/store2door.com/files/media-images-large/Group 135589.svg') !important;
    font-size: 0 !important;
    border: none;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 30px;
}
.custom-slider .owl-next {
    font-size: 0px !important;
    background-image: url('/sites/store2door.com/files/media-images-large/Group 135320_0.svg') !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    width: 27px !important;
}