/* Storyboard Main Elements */
#storyboard{
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 5rem;
}

#board{
    display: flex;
    transition: transform 500ms;
    white-space: nowrap;
}

#board figure{
   object-fit: cover;
   object-position: center;
   display: inline-block;
   width: 50vw;
}
  
#board figure img{
    width: 50vw;
    aspect-ratio: 16/9;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* Animation Effects */

/* Style Storyboard Elements */

#controller {
    max-width: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    font-size: 1.5rem;
    text-align: center;
    justify-self: center;
}