/*Add CSS here to make minor changes when the developer is not available.*/
.graphic, .video {
  clear: both;
}
@media only screen and (min-width: 40.063em) {
  .graphic, .video {
    clear: none;
  }
}