@keyframes left1 {
    from {right: 5rem;}
    to{right: 9rem;}
}

@keyframes left2 {
    from {right: 8rem;}
    to{right: 18rem;}
}

.design{
  position: relative;
  background-color: black;
  height: auto;
}

.design-title h1{
  color: white;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}

.design-subtitle h2{
  color: white;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}

.design-images{
  position: relative;
  height: 16rem;
}

.design-learn-icon-outer{
  position: relative;
  height: 100%;
}

.design-learn-icon-outer{
  position: relative;
  top: 5.5rem;
}

.design-properties{
  height: 2.5rem;
}

.design-property p{
  color: white;
  font-size: 2rem;
  line-height: 2rem;
}

.design-property-left {
  text-align: center;
  position: relative;
  right: -1rem;
}

.design-property-center {
  text-align: center;
  position: relative;
  right: 4rem;
}

.design-property-right {
  text-align: center;
  position: relative;
  right: 11rem;
}

.design-left-image{
  position: relative;
  z-index: 5;
}

.design-center-image{
  position: relative;
  z-index: 4;
  right: 5rem;
}

.design-right-image{
  position: relative;
  z-index: 3;
  right: 8rem;
}

.left1{
  animation-name: left1;
  animation-duration: 1s;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
   -moz-animation-fill-mode:forwards; /*FF 5+*/
   -o-animation-fill-mode:forwards; /*Not implemented yet*/
   -ms-animation-fill-mode:forwards; /*IE 10+*/
   animation-fill-mode:forwards; /*when the spec is finished*/
}

.left2{
  animation-name: left2;
  animation-duration: 2s;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
   -moz-animation-fill-mode:forwards; /*FF 5+*/
   -o-animation-fill-mode:forwards; /*Not implemented yet*/
   -ms-animation-fill-mode:forwards; /*IE 10+*/
   animation-fill-mode:forwards; /*when the spec is finished*/
}





/*-----------------------------------------------------------------------------*/


@media only screen and (max-width: 1200px) {

  .design{
    position: relative;
    background-color: black;
    height: auto;
  }

  .design-title h1{
    color: white;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .design-subtitle h2{
    color: white;
    font-size: 10rem;
    line-height: 10rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .design-images{
    position: relative;
    height: 16rem;
  }

  .design-property-left {
    text-align: center;
    position: relative;
    right: -7rem;
  }

  .design-property-center {
    text-align: center;
    position: relative;
    right: -6rem;
  }

  .design-property-right {
    text-align: center;
    position: relative;
    right: -4rem;
  }

  .design-learn-icon-outer{
    position: relative;
    height: 100%;
  }

  .design-learn-icon-outer{
    position: relative;
    top: 5.5rem;
  }

  .design-properties{
    height: 2.5rem;
  }

  .design-property p{
    color: white;
    font-size: 3rem;
    line-height: 3rem;
  }

  .design-left-image{
    position: relative;
    z-index: 5;
    right: -8rem;
  }

  .design-left-image img{
    content:url("../images/mobile/gtd1sec08img01gt1.png");
  }

  .design-center-image{
    position: relative;
    z-index: 4;
    right: -2rem;
  }

  .design-center-image img{
    content:url("../images/mobile/gtd1sec08img01gt2.png");
  }

  .design-right-image{
    position: relative;
    z-index: 3;
    right: 6rem;
  }

  .design-right-image img{
    content:url("../images/mobile/gtd1sec08img01gt3.png");
  }


}
