Promo A: Final Exercises Subscribe
#promo-a-slideshow {
align-items: center;
background-color:#232d4b;
display: flex;
height: 0;
justify-content: center;
overflow: hidden;
padding-bottom: 83.3333%;
position: relative;
width: 100%;
}
.promo-a-slide {
height: auto;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition-property: opacity;
transition-duration: 1500ms;
width: 100%;
}
.promo-a-slide.show {
opacity: 1;
}