.entity-paragraphs-item {
  margin: 30px auto; }

.paragraphs-item-callout-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%; }
  .paragraphs-item-callout-grid > div {
    position: relative;
    width: calc((100% / 3) - 30px); }
    @media only screen and (max-width: 48em) {
      .paragraphs-item-callout-grid > div {
        width: 100%; }
        .paragraphs-item-callout-grid > div:not(:last-child) {
          margin-bottom: 50px; } }
  .paragraphs-item-callout-grid img {
    min-width: 100%; }
  .paragraphs-item-callout-grid .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.35) 70%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column; }
    .paragraphs-item-callout-grid .container:hover {
      background: none; }
      .paragraphs-item-callout-grid .container:hover a {
        color: #000;
        border: 2px solid black;
        background: #FFF; }
    .paragraphs-item-callout-grid .container a {
      color: #FFF;
      border: 2px solid #FFF;
      border-radius: 3px;
      text-decoration: none;
      padding: 5px 10px;
      width: 50%;
      text-align: center;
      font-size: 1.5em; }
    .paragraphs-item-callout-grid .container p {
      padding: 0 15px;
      text-align: center;
      user-select: none;
      color: #FFF;
      text-shadow: #000 1px 0 10px; }

.paragraphs-item-image-block {
  position: relative; }
  .paragraphs-item-image-block img {
    min-width: 100%; }
  .paragraphs-item-image-block .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .paragraphs-item-image-block .wrapper > * {
      padding: 15px;
      color: #FFF;
      font-size: 1.25rem;
      text-transform: uppercase;
      text-align: center;
      text-shadow: #000 1px 0 10px; }
      @media only screen and (min-width: 48em) {
        .paragraphs-item-image-block .wrapper > * {
          font-size: 1.75rem; } }

.paragraphs-item-text-and-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .paragraphs-item-text-and-image > div {
    width: 100%; }
  .paragraphs-item-text-and-image .group-pb-left,
  .paragraphs-item-text-and-image .group-left {
    margin-bottom: 30px; }
  @media only screen and (min-width: 48em) {
    .paragraphs-item-text-and-image .group-pb-left,
    .paragraphs-item-text-and-image .group-left {
      width: calc((100% / 3) - 30px);
      margin-bottom: 0; }
    .paragraphs-item-text-and-image .group-pb-right,
    .paragraphs-item-text-and-image .group-right {
      width: calc((100% * (2/3)) - 30px); } }

.paragraphs-item-two-column-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .paragraphs-item-two-column-layout > div {
    width: 100%;
    margin-bottom: 30px; }
    @media only screen and (min-width: 48em) {
      .paragraphs-item-two-column-layout > div {
        width: calc(50% - 30px); } }
  .paragraphs-item-two-column-layout img {
    min-width: 100%;
    margin-bottom: 15px; }
  .paragraphs-item-two-column-layout p {
    margin-bottom: 0; }

.paragraphs-item-video {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  max-width: 854px;
  margin-left: auto;
  margin-right: auto; }
  .paragraphs-item-video .video-wrapper {
    position: relative;
    margin-bottom: 10px; }
    .paragraphs-item-video .video-wrapper:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
  .paragraphs-item-video .embedded-video {
    margin: 10px auto 0 auto;
    width: 100%; }
  .paragraphs-item-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0; }
