.detsi-socials {
  height: 570px;
  width: calc(100% - 50px);
  margin: auto auto calc(var(--between-component-margin-bottom) + 2rem);
}
@media (min-width: 767px) {
  .detsi-socials {
    width: calc(100% - 25px);
  }
}
@media (min-width: 1090px) {
  .detsi-socials {
    height: 530px;
  }
}
@media (min-width: 1249px) {
  .detsi-socials {
    height: 500px;
  }
}
.detsi-socials .rsSlide {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-in-out;
}
.detsi-socials .rsSlide:hover {
  box-shadow: none;
}
.detsi-socials .rsSlide h2 {
  display: block;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  color: inherit;
  font-family: inherit;
}
.detsi-socials .rsSlide h2 a .qg-share-icon {
  position: absolute;
  top: 0.67rem;
  left: 1rem;
}
.detsi-socials .rsSlide h2 a .fa {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.detsi-socials .rsSlide h2 a .fa-2x {
  font-size: 2em;
}
.detsi-socials .rsSlide h2 a .title {
  display: inline-block;
  padding: 1rem 1rem 1rem 4rem;
}
.detsi-socials .rsSlide h2 a .title.title-tall {
  padding-top: 0.4rem;
}
.detsi-socials .rsSlide h2 a .qg-blank-notice:after {
  display: none;
}
.detsi-socials .rsSlide h2 a .date.formatted {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: var(--qld-color-default-color-light-text-default);
  font-size: 1rem;
  font-weight: normal;
}
.detsi-socials .rsSlide .summary {
  padding: 0 1rem 1rem;
}
.detsi-socials.rsDefault {
  background: #fff;
}
.detsi-socials.rsDefault .rsOverflow {
  background: #fff;
  padding: 0.8rem 1.2rem 0.8rem 0;
  left: 16px;
}
.detsi-socials.rsDefault .rsArrow {
  scale: 1.2;
}
.detsi-socials.rsDefault .rsBullets {
  bottom: -2.5rem;
}
.detsi-socials.rsDefault .rsArrow:not(.rsArrowDisabled) .rsArrowIcn:hover {
  background-color: var(--qg-color-prominent);
}
.detsi-socials.rsDefault .rsBullet {
  width: 14px;
  height: 14px;
}
.detsi-socials.rsDefault .rsBullet:not(:first-child) span {
  border-left: 1px solid #7f7f7f;
}
@media (min-width: 515px) {
  .detsi-socials.rsDefault .rsBullet:not(:first-child) span {
    border-left: none;
  }
}
.detsi-socials.rsDefault .rsBullet:not(.rsNavSelected) span:hover {
  background: #afafaf !important;
}
@media (min-width: 515px) {
  .detsi-socials.rsDefault .rsBullet {
    width: 25px;
    height: 15px;
  }
}
@media (min-width: 686px) {
  .detsi-socials.rsDefault .rsBullet {
    width: 35px;
    height: 15px;
  }
}
.detsi-socials.rsDefault .rsBullet span {
  border-radius: 0;
  width: 14px !important;
  height: 14px !important;
}
@media (min-width: 515px) {
  .detsi-socials.rsDefault .rsBullet span {
    width: 20px !important;
    height: 15px !important;
  }
}
@media (min-width: 686px) {
  .detsi-socials.rsDefault .rsBullet span {
    width: 30px !important;
    height: 15px !important;
  }
}
.detsi-socials.rsDefault.rsHor .rsArrowRight {
  right: -46px;
  top: 42px;
}
.detsi-socials.rsDefault.rsHor .rsArrowLeft {
  left: -45px;
  top: 42px;
}
.detsi-socials .img-container {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.detsi-socials .img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 1s, opacity 3.5s;
  position: relative;
}
