/**
 * @file
 * Visual styles for Eventplus's sponsor content type.
 */
.node--type-mt-sponsor .field--name-field-mt-spn-logo {
  margin-bottom: 25px;
  text-align: center;
}
.node--type-mt-sponsor.node--view-mode-mt-sponsors-embedded-teaser .field--name-field-mt-spn-logo {
  margin-bottom: 0;
  display: flex;
  height: 100%;
}
.node--type-mt-sponsor .field--name-field-mt-spn-website {
  text-align: center;
}
.node--view-mode-teaser .field--name-field-mt-spn-logo {
  max-width: 33%;
  min-width: 33%;
  float: left;
  margin-bottom: 0;
}
.node--view-mode-teaser .field--name-field-mt-spn-body {
  margin-left: 36%;
}
@media (max-width: 992px) {
  .node--view-mode-teaser .field--name-field-mt-spn-logo {
    max-width: 23%;
    min-width: 23%;
    float: left;
    margin-bottom: 0;
  }
  .node--view-mode-teaser .field--name-field-mt-spn-body {
    margin-left: 27%;
  }
}
