
// TripAdvisor
.cdsROW.wide{
  @include breakpoint(sm){
    margin: 25px auto 35px !important;
    border-radius: 60px !important;
    width: 500px !important;

    .cdsLocName {
      max-width: 280px !important;
      width: 280px !important;
    }
  }

  @include breakpoint(max_min_sm){
    width: 100% !important;
    padding: 30px;
    text-align: center;
    height: auto !important;

    .cdsROWContainer > div{
      width: 100% !important;
      display: block !important;
      margin: 0 0 20px;
      max-width: none !important;

      &:last-child{
        margin-bottom: 0;
      }
    }

    .logo{
      border-right: none !important;
    }
  }
}
