/**
 * @file
 * General Styles
 */

img,
.field--name-field-media-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 !important;
}

.field--type-entity-reference {
  margin: 0 !important;
}

.gray-background {
  background-color: #dedede;
}

.box-shadow {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.85);
}

.col-box-shadow {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.bg-white {
  background-color: #ffffff;
}
