
.img{
    width: 233px;
    height: 200px;
    border: 1px solid #dadada;
    background-color: #e9e9e9;
    border-radius: 10px;
}

.hvr__images {
    position: relative;
    width: 233px;
}
.hvr {
    width: 233px;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.hvr__sector {
    flex-grow: 1;
}

.images {
    display: flex;
    overflow: hidden;
    width: 233px;
    border-radius: 10px;
}

.image {
    display: block;
    width: 233px;
    height: 200px;
}

.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hvr__dot {
    width: 5px;
    height: 5px;
    margin: 10px 2px 0;
    border-radius: 50%;
    background: #d6dbe0;
}

.hvr__dot--active {
    background: #000;
}