.cube-parent-container {
    position: relative;
    width: 100%;
    height: 600px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.cubeSwiper {
    width: 100%;
    height: auto;
}

.cubeSwiper {
    background-position: center;
    background-size: cover;
}

.cubeSwiper .swiper-slide img {
    display: block;
    width: 100%;
}

.cubeSwiper .swiper-pagination-bullet-active {
    background: hotpink;
}