﻿
.embla__slide {
    flex: 1 0 0%;
    margin-left: 10px;
    margin-right: 10px;
}
.embla__container{
    display: flex;
}
.embla {
    background: #baa48c;
    overflow: hidden;
}

.embla__slide__img {
    top: 50%;
    left: 50%;
    width:auto;
    max-width: none;
}

.embla__button {
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    touch-action: manipulation;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    fill: #1bcacd;
    padding: 0;
}

    .embla__button:disabled {
        cursor: default;
        opacity: 0.3;
    }

.embla__button__svg {
    width: 100%;
    height: 100%;
}

.embla__button--prev {
    left: 27px;
}

.embla__button--next {
    right: 27px;
}
