.speakers-item__img img,
.speakers-item__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.speakers-item {
  border-radius: 1.5rem;
  overflow: hidden;
}

.s-event--section {
  padding-bottom: 0;
}

.s-event-header {
  margin-bottom: 3rem;
  background-color: white;
}

.s-event-header__item {
  padding: 2rem 3rem;
}

.s-event-header__item:not(:last-child) {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.s-event-header__item:nth-child(odd) {
  font-weight: 700;
}

.s-event-header__item span:first-child {
  color: #a79f9f;
}

.s-event-sidebar {
  background-color: white;
  padding: 4rem 3rem 5rem 3rem;
  width: 100vw;
  margin-left: -3rem;
}

.s-event-sidebar span.gray {
  margin: 3rem 0;
}

.s-event-info {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.s-event-info .dash-list--wrap:last-child {
  margin-bottom: 0;
}

.s-event-register-btn {
  padding-bottom: 5rem;
}

.s-event-register-btn .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speakers {
  /* display: -ms-grid;
  display: grid;
  grid-gap: 1.5rem; */
  display: flex;
  flex-direction: column;
}

.speakers--section {
  padding-bottom: 0;
}

.speakers-item {
  background-color: white;
}

.speakers-item:not(:first-child) {
  margin-top: 1.5rem;
}

.speakers-item__img {
  padding-bottom: 70%;
}

.speakers-item__img img,
.speakers-item__img picture {
  position: absolute;
}

.speakers-item__info {
  display: flex;
  flex-direction: column;
  padding: 3rem 3rem 5rem 3rem;
}

.speakers-item__title {
  font-size: 1.7rem;
}

.speakers-item__pos {
  color: #b5143b;
}

@media only screen and (min-width: 480px) {
  /* .speakers {
    grid-gap: 3rem;
  } */

  .speakers-item:not(:first-child) {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 600px) {
  .s-event-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 1rem;
  }

  .s-event-header__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .s-event-header__item:not(:last-child) {
    border-bottom: 0;
    border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
  }

  .s-event-sidebar {
    padding: 4rem 20% 5rem;
  }

  .speakers {
    /* -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr); */
    flex-direction: row;
    justify-content: center;
  }

  .speakers-item {
    margin: 0 1.5rem;
  }

  .speakers-item:not(:first-child) {
    margin-top: 0;
  }

  .speakers--section .container .section-title {
    text-align: center;
  }

  .speakers--section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .s-event-header {
    width: calc(60% - 3rem);
  }

  .s-event-sidebar {
    position: absolute;
    right: 0;
    width: 40%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    top: 0;
  }

  .s-event-sidebar .sticky {
    padding: 4rem 3rem 5rem;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
  }

  .s-event-info {
    width: 60%;
    padding-right: 10rem;
  }

  .s-event-register-btn .btn {
    max-width: 35.5rem;
  }

  .speakers-item__img {
    padding-bottom: 90%;
  }
}

@media only screen and (min-width: 968px) {
  .s-event-sidebar .sticky {
    padding: 4rem 5rem 5rem;
  }

  .speakers {
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}