.editor-styles-wrapper .swiper-container-wrapper.swiper-style-juicer{
	.swiper-horizontal > .swiper-pagination-bullets[style*="display: block"]{
		@media (min-width: 992px){
			display: none !important;
		}
	}
	.swiper-buttons{
		@media (max-width: 991px){
			display: none !important;
		}
	}
	.swiper-slide{
		width: min( 413px, 100vw - 40px );
		height: auto;
	}
	.juicer-item{
		display: flex;
		flex-direction: column;
		height: 100%;

		& > a{
			display: block;
			aspect-ratio: 1;

			img{
				width: 100%;
				height: 100%;
				aspect-ratio: 1;
				object-fit: cover;
			}
		}

		.content{
			flex-grow: 1;
			padding: 20px;
			background: #fff;
		}
	}
}