/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-background-wrapper {
  background-color: #e84959;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 4000px;
  perspective: 4000px;
  margin-top: 142px;
}

.cd-floating-background {
  /*position: relative;
  top: 0;
  left: 0;*/
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-floating-background.is-absolute {
  position: absolute;
}
.cd-floating-background img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fixes a Firefox bug - images not correctly rendered*/
  background-color: rgba(255, 255, 255, 0.01);
}
/*.cd-floating-background img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}*/
.cd-floating-background img:first-child {
  -webkit-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  transform: translateZ(400px);
}
.cd-floating-background img:nth-child(2) {
  -webkit-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  transform: translateZ(400px);
}
.cd-floating-background img:nth-child(3) {
  -webkit-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  transform: translateZ(400px);
}
.no-preserve-3d .cd-floating-background {
  /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
  position: relative;
}
figure.cd-floating-background.is-absolute {
  top: 0 !important;
}
.description{
  position:relative;
}

.description .car-one {
    position: absolute;
    right: 0;
    margin-top: 40px;
}
.yes{
  font-family: 'Oswald', sans-serif;
  font-size:37px;
  font-weight:700;
  color:#fff;
  background:#000;
  display:inline-block;
  text-transform:uppercase;
  padding:10px 30px;
  margin:45px 0 20px;
}
.tel{
  font-family: 'Oswald', sans-serif;
  font-size:40px;
  font-weight:700;
  color:#000;
  background:#fff;
  display:inline-block;
  padding:10px 30px;
  margin:0;
}





















