.container img {
    margin: 20px !important;
}

figcaption {
  margin-top: -15px;
  margin-left: 20px;
  font-size: smaller;
  color: grey;
}

@media (max-width: 600px) {
    figure {
        float: none !important;
        display: inline-block !important;
    }
    .container img {
        margin: 20px 5px 20px 5px !important;
        max-width: 90% !important;
        height: auto !important;
    }

    figcaption {
      margin-left: 0px;
    }
}

@media (max-width: 600px) {
    /* Video */
    iframe {
        max-width: 100% !important;
        height: auto !important;
    }
}