.steinway-style-showcase * {
  box-sizing: border-box;
}

.steinway-style-showcase {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

@media (max-width:599px) {
  .steinway-style-showcase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin: 0 auto
  }
}

@media screen and (min-width:480px) {
  .steinway-style-showcase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin: 0 auto
  }
}

@media screen and (min-width:720px) {
  .steinway-style-showcase {
    width: 700px;
    margin: 0 auto 0 20%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
}

@media screen and (min-width:1024px) {
  .steinway-style-showcase {
    width: 930px;
    margin: 0 auto 0 20%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
}

@media screen and (min-width:1200px) {
  .steinway-style-showcase {
    width: 1050px;
    margin-left: 20%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
}

.steinway-style-showcase__navigation {
  -webkit-box-flex: 1;
  flex: 1;
  float: left;
  width: 30%;
  padding-top: 30px
}

@media (max-width:599px) {
  .steinway-style-showcase__navigation {
    width: 100%;
    padding: 1rem
  }
}

@media screen and (min-width:480px) {
  .steinway-style-showcase__navigation {
    width: 100%;
    padding: 1rem
  }
}

.steinway-style-showcase__navigation--tabs {
  width: 100%;
  float: left
}

.steinway-style-showcase__navigation--tabs .ptsp__add-to-calendar-button,
.steinway-style-showcase__navigation--tabs button {
  float: left;
  color: #000;
  cursor: pointer;
  border: 0;
  outline: none;
  padding: 10px 16px;
  font-weight: 400;
  text-transform: uppercase;
  width: 49%;
  letter-spacing: 2px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9
}

.steinway-style-showcase__navigation--tabs--active {
  border-bottom: 2px solid #000!important;
  background-color: #bebebe!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none
}

.steinway-style-showcase__navigation--thumbnails {
  margin-top: 30px;
  border: 0;
  list-style: none;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  float: left;
  padding: 0 0 19px;
  margin-bottom: 1rem
}

.steinway-style-showcase__navigation--thumbnails--active {
  border-bottom: 4px solid #000!important;
  -webkit-transition: none;
  transition: none
}

.steinway-style-showcase__navigation--thumbnails li {
  list-style-type: none;
  float: left;
  width: 66px;
  height: 74px;
  margin: 8px 5px 0 0
}

.steinway-style-showcase__navigation--thumbnails li:hover {
  opacity: .8
}

.steinway-style-showcase__navigation--thumbnails li a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border: none
}

.steinway-style-showcase__navigation--thumbnails li a img {
  width: 100%
}

.steinway-style-showcase__navigation--description {
  line-height: 28px;
  margin-top: 1rem;
  padding-right: 30px
}

.steinway-style-showcase__navigation--disclaimer {
  margin-top: 20px;
  font-size: 11px;
  line-height: 18px;
  color: #aaa;
  float: left;
  padding-right: 30px
}

.steinway-style-showcase__navigation--name {
  font-size: 22px;
  padding: 0;
  margin: 0;
  text-align: left
}

.steinway-style-showcase__rendering {
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
  position: relative;
  overflow: hidden
}

@media (max-width:599px) {
  .steinway-style-showcase__rendering {
    -webkit-box-flex: 0;
    flex: none
  }
}

@media screen and (min-width:480px) {
  .steinway-style-showcase__rendering {
    -webkit-box-flex: 0;
    flex: none
  }
}

@media screen and (min-width:720px) {
  .steinway-style-showcase__rendering {
    -webkit-box-flex: 2;
    flex: 2
  }
}

@media screen and (min-width:1024px) {
  .steinway-style-showcase__rendering {
    -webkit-box-flex: 2;
    flex: 2
  }
}

@media screen and (min-width:1200px) {
  .steinway-style-showcase__rendering {
    -webkit-box-flex: 2;
    flex: 2
  }
}

.steinway-style-showcase__rendering--image {
  position: absolute;
  left: 42%;
  top: 0;
  -webkit-transform: translate(-55%);
  transform: translate(-55%);
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  width: 120%;
  opacity: 1
}

.steinway-style-showcase__rendering--image--hidden {
  opacity: 0
}

@media (max-width:599px) {
  .steinway-style-showcase__rendering--image {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
  }
}

@media screen and (min-width:480px) {
  .steinway-style-showcase__rendering--image {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 130%
  }
}

@media screen and (min-width:720px) {
  .steinway-style-showcase__rendering--image {
    width: 130%;
    left: 42%
  }
}

@media screen and (min-width:1024px) {
  .steinway-style-showcase__rendering--image {
    width: 120%;
    left: 42%
  }
}

@media screen and (min-width:1200px) {
  .steinway-style-showcase__rendering--image {
    width: 120%;
    left: 40%
  }
}

.steinway-style-showcase__navigation--thumbnails li a img {
  padding: 0!important
}

@media screen and (min-width:720px) {
  .preowned-center .steinway-style-showcase__navigation--thumbnails li a img {
    padding: inherit
  }
}