.block-img .hvr {display: flex;flex-direction: column;}

.block-img .hvr__images .images img:not(:first-child) {display:none;}
.block-img .hvr__images .images img {margin: auto;width: 100%;}
.block-img .hvr__images {position: relative;flex: 1 0 auto;display:flex;}
.block-img .hvr__sectors {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;}
.block-img .hvr__sector {flex-grow: 1;}

/* .block-img .hvr .images {display: flex;overflow: hidden;} */
.block-img .images {overflow: hidden;display: flex;align-items: center;}
.block-img .image {display: block;}
.block-img .hvr__dots {display: flex;align-items: center;justify-content: center;flex: 0 0 auto;}
.block-img .hvr__dot {width: 5px;height: 5px;margin: 10px 2px 0;border-radius: 50%;background: #d6dbe0;}
.block-img .hvr__dot--active {background:#d24a47;}