.swiper-container.round-carousel {
    display: flex;
    align-items: center;

    width: 100%;
    height: 330px;
}

.round-carousel .swiper-slide {
    max-width: 166px;
}

.round-carousel .swiper-slide .round-carousel-img {
    display: block;
    width: 100%;
    margin-bottom: 23px;
    border-radius: 100%;

}

.round-carousel .swiper-button-prev,
.round-carousel .swiper-button-next {
    opacity: 0;
}

.round-carousel-text {
    text-align: center;
}

.round-carousel-actor-name {
    font-size: 20px;
    line-height: 24px;
}

.round-carousel-actor-role {
    font-size: 16px;
    line-height: 20px;
}

.round-carousel .round-carousel-bottom{
	position:absolute;
	top:100%;
	width:100%;
}


@media(max-width:600px) {
    .swiper-container.round-carousel {
		height: auto;
	}
   .round-carousel .swiper-slide {
		max-width: 130px;
	}

    .round-carousel .swiper-slide .round-carousel-img {
        margin-bottom: 10px;
    }

    .round-carousel-actor-name {
        font-size: 16px;
        line-height: 20px;
    }

    .round-carousel-actor-role {
        font-size: 12px;
        line-height: 16px;
    }
}