/**
 * @file
 * Subtheme specific CSS.
 */

.field--type-image img, .field--name-field-user-picture img {
  max-width: 100%;
  height: auto;
}
.layout-section-blue-bg {
  background: blue;
  overflow: hidden;
}