/* Add custom styles for the carousel */
.youtube-carousel {
max-width: 1140px;
margin: 0 auto;
}
.carousel {
display: flex;
flex-wrap: nowrap;
overflow-x: hidden;
}
.slide {
flex: 0 0 auto;
width: 33.33%; /* Adjust the width to show 3 slides per screen */
padding: 10px;
box-sizing: border-box;
height: 250px;
}
.slide iframe {
width: 100%;
height: 100%;
}
[wonderplugin_carousel id=”1″]