@media screen and (max-width: 799px) {
    div.top-pane button {
        margin-right: 10px;
    }
    div.content-pane {
        border-radius: 5px;
        padding: 10px 0;
        margin: 15px auto 10px;
        width: 100%;
    }
    div.content-pane img {
        width: 100%;
    }
    div.content-pane p {
        padding: 0 10px;
    }
    .slide-container img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 559px) {
    #reelContent div.content-pane, #reelContent iframe {
        width: 100% !important;
    }
}
