.mediacontent1 {
  margin: 0 auto;
  padding: 10px 30px;
  width: 100%;
    
}

video::-webkit-media-controls-play-button {
  background-color: rgb(9, 207, 92);
  border-radius: 50%;
}

@media screen and (width > 500px){
  .mediacontent {    
    width:100%;   
    max-width: 300px
    }
  
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slide .image {
  
}
.slick-slide img {
  border: 0;
  display: block;
  width: 100%;
}
.slick-slide img.slick-loading {
  border: 0;
}

.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

.slick-next {
    right: 10px;
}

.slick-prev {
    left: 5px;
    z-index: 999;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}



.mejs__button svg {
    fill: currentColor;
    height: 1.513rem;
    width: 1.525rem;
}

.mejs__button>button {
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 1.525rem;
    line-height: 0;
    margin: .48rem .375rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 1.525rem;
}

.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 .925rem;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs__overlay-button, .mejs__overlay-button svg, .mejs__overlay-loading, .mejs__overlay-loading svg {
    height: 3rem;
    width: 3rem;
}

.media-wrapper {
    max-width: 500px !important;
   margin: 0 auto;
}