:root{--width:0;--margin:0}.own-carousel__container{direction: ltr;position: relative;}.own-carousel__outer{position:relative;overflow:hidden;user-select:none}.own-carousel{display:flex}.own-carousel__item{width:200px;height:150px;position:relative;background-color: #404b55;flex-shrink:0;overflow:hidden;flex-basis:var(--width)}.own-carousel__item img{width: 100%;height: 100%;object-fit: cover;}.own-carousel__item:not(:first-child){margin-left:var(--margin)}.control__prev,.control__next{position: absolute;top: 50%;transform: translateY(-50%);color: #404040;border: none;padding: 10px;cursor: pointer;width: 40px;height: 40px;background-color: #ffffff;border-radius: 50%;display: flex;align-items: center;justify-content: center;}.control__prev svg,.control__next svg{width: 16px;height: 16px;}.control__prev{left: 10px;}.control__next{right: 10px;}