@import './../../styles/variables/index.scss';

.imageContainer {
  display: flex;
  max-width: 1366px;
  margin: 0 auto 40px auto;
  padding: 0 16px;

  @media (min-width: 560px) {
    padding: 0 32px;
    margin: 0 auto 80px auto;
  }

  @media (min-width: 900px) {
    padding: 0 43px;
  }

  img {
    display: block;
  }

  & + div[class*='teamShareContainer'] {
    margin-top: -40px;
  }

  &:first-of-type {
    margin-bottom: 24px;
  }
}

.full_width {
  .content {
    width: 100%;

    > img {
      width: 100%;
    }

    img {
      height: auto;
      object-fit: cover;
      max-height: 682px;
    }

    > div {
      width: 100%;
    }
  }
}

.large_width {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1198px;

  .content {
    max-width: 941px;
    width: 100%;

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
      max-height: 682px;
    }
  }
}
