#smart-eligibility {
  .bigicon {
    width: 200px;
    height: 200px;
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: auto;
    &.storage-heaters {
      background-image: url('img/smb-storage-heaters.png');
    }
    &.flat {
      background-image: url('img/smb-flat.png');
    }
    &.same-floor {
      background-image: url('img/smb-same-floor.png');
    }
    &.brown-box {
      background-image: url('img/smb-brown-box.png');
    }
    &.flow {
      width: 610px;
      background-size: 610px 185px;
      background-image: url('img/smb-progress.png');
      @media @phone {
        margin:35px auto 35px auto;
        width: 219px;
        height: 271px;
        background-size:cover;
        background-image: url('img/smb-progress-mobile.png');
      }
    }
  }
  .street {
    width: 100%;
    height: 261px;
    overflow: hidden;
    border-bottom: 3px solid #838486;
    position: relative;
    .street-inner {
      background-image: url('img/street.png');
      width: 4000px;
      height: 261px;
      .opacity(0.5);
    }
    .street-van {
      position: absolute;
      background-image: url('img/van.png');
      background-position: 50% 100%;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      top: 0;
      background-size: 120px;
    }
  }
}

.questionButtons {
  width: 170px;
}