
.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.item {
    border: 0 1 0 1 solid;
    height: 463px;
}

.ramo-store {
    position:absolute;
}

.owl-dots {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    margin-left: 0;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: 40%;
    left: 0;
    width: 30px;
    height: 60px;
    border-bottom: 0px;
    background-color: gainsboro;
}

.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    margin-right: 0;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: 40%;
    right: 0;
    width: 30px;
    height: 60px;
    border-bottom: 0px;
    background-color: gainsboro;
}

