.features-first{
  position: relative;
  background-color: white;
  height: auto;
}


.features-first-title h2{
  color: black;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.features-first-subtitle h1{
  color: black;
  font-size: 6rem;
  line-height: 5.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.features-first-description p{
  color: black;
  font-size: 2rem;
  text-align: center;
}

.features-table{
  width: 95%;
}

.features-table tr{
  height: 4.5rem;
}



.features-table tbody{
  border: 0;
}

.middle-cell{
  background-color: white;
  color: black;
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.left-cell{
  background-color: white;
  border-bottom: 1px solid lightgray;
  border-left: 0;
  color: black;
  font-size: 1.7rem;
}

.right-cell{
  background-color: white;
  color: black;
  border-bottom: 1px solid lightgray;
  border-right: 0;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.cell-red{
  color: #ee0018;
}

.features-first-images-wrapper{
  position: relative;
  background-color: white;
  height: 45rem;
}
.features-first-images{
  position: absolute;
  height: 90rem;
  bottom: 0;
}

.features-first-left-image{
  position: relative;
  /*background-color: red;*/
  bottom: 3rem;
  height: 100%;
}
.features-first-left-image img{
  position: absolute;
  bottom: 0;
  max-width: 75%;
  left: 1.3rem;
}

.features-first-center-image{
  position: relative;
  /*background-color: green;*/
  bottom: 3rem;
  height: 100%;
}
.features-first-center-image img{
  position: absolute;
  bottom: 0;
  max-width: 85%;
  left: 1.3rem;
}

.features-first-right-image{
  position: relative;
  /*background-color: blue;*/
  bottom: 3rem;
  height: 100%;
}
.features-first-right-image img{
  position: absolute;
  bottom: 0;
  max-width: 85%;
  left: 1.3rem;
}

.image-drop{
  animation-name: imagedrop;
  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*/
}

.image-drop-2{
  animation-name: imagedrop;
  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*/
   -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

.image-drop-4{
  animation-name: imagedrop;
  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*/
   -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
}





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


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

  .features-first{
    position: relative;
    background-color: white;
    height: auto;
  }

  .features-first-left{
    padding-left: 5rem;
    padding-right: 5rem;
  }


  .features-first-title h2{
    color: black;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }

  .features-first-subtitle{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .features-first-subtitle h1{
    color: black;
    font-size: 10rem;
    line-height: 10rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }

  .features-first-description p{
    color: black;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
  }

  .features-table tbody{
    border: 0;
  }

  .middle-cell{
    background-color: white;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
  }

  .left-cell{
    background-color: white;
    border-bottom: 1px solid lightgray;
    border-left: 0;
    color: black;
    font-size: 3rem;
    line-height: 3rem;
    padding: 3rem;
  }

  .right-cell{
    background-color: white;
    border-bottom: 1px solid lightgray;
    border-right: 0;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
  }

  .material-icons{
    font-size: 5rem !important;
  }

  .cell-red{
    color: #ee0018;
  }

  .features-first-images-wrapper{
    position: relative;
    background-color: white;
    height: 75rem;
  }
  .features-first-images{
    position: absolute;
    height: 90rem;
    bottom: 0;
  }

  .features-first-left-image{
    position: relative;
    /*background-color: red;*/
    bottom: 3rem;
    height: 100%;
  }
  .features-first-left-image img{
    position: absolute;
    bottom: 0;
    max-width: 85%;
    left: 1.3rem;
    content:url("../images/mobile/gtd1sec06img01gotoky.png");
  }

  .features-first-center-image{
    position: relative;
    /*background-color: green;*/
    bottom: 3rem;
    height: 100%;
  }
  .features-first-center-image img{
    position: absolute;
    bottom: 0;
    max-width: 85%;
    left: 1.3rem;
    content:url("../images/mobile/gtd1sec06img02wt.png");
  }

  .features-first-right-image{
    position: relative;
    /*background-color: blue;*/
    bottom: 3rem;
    height: 100%;
  }
  .features-first-right-image img{
    position: absolute;
    bottom: 0;
    max-width: 85%;
    left: 1.3rem;
    content:url("../images/mobile/gtd1sec06img03wt.png");
  }



}
