.node--migrated.page-node--overview article figure,
.node--migrated .paragraph--type--body-text figure {
  box-shadow: 0 4px 6px -5px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.node--migrated.page-node--overview article figure.pull-right,
.node--migrated .paragraph--type--body-text figure.pull-right {
  clear: right;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.node--migrated.page-node--overview article figure.pull-right,
.node--migrated .paragraph--type--body-text .pull-right {
  float: right !important;
}

.node--migrated.page-node--overview article figure.pull-right img,
.node--migrated .paragraph--type--body-text figure.pull-right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
.node--migrated.page-node--overview article figure.pull-right,
.node--migrated .paragraph--type--body-text .pull-right {
  width: 100%;
  }
}
