.previewers {
  &__container {
    margin: rem-calc(16) 0;
    background-color: #f3f3f3;
    @include breakpoint(small only) {
      width: 100% !important;
    }
    &__adjust {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 2rem;
      &__image-Matterport {
        width: 130px !important;
        height: 80px !important;
      }
      &__image {
        width: rem-calc(90)!important;
        height: auto !important;
        padding-top: 40px;
      }
      &__image-youtube {
        margin-top: 35px;
        width: rem-calc(90);
        height: auto;
      }
      &__text {
        font-size: rem-calc(18);
        color: #373737;
        margin-top: rem-calc(16);
        font-weight: 600;
        text-align: center;
      }
      &__text-broken {
        color: #fb5757;
      }
      &__text-b {
        font-size: rem-calc(14);
        margin-top: rem-calc(15);
        margin-bottom: -10px; // padding-left: 40px;
        // padding-right: 40px;
      }
    }
  }
}