#media-carousel {
    position: relative;
    width: 100%;
    padding-bottom: 64%;
    overflow: hidden;
}
#media-carousel figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#media-carousel figure:first-child {
    z-index: 200;
}
