@keyframes slideright {
    from {right: -2rem;}
    to{right: -4.3rem;}
}

@keyframes slideleft {
    from {left: -2rem;}
    to{left: -7rem;}
}

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

.connect-left{
  position: relative;
  /*background-color: gray;*/
  height: 47rem;
  padding: 0;
}

.connect-right{
  position: relative;
  /*background-color: lightgray;*/
  height: 47rem;
  padding: 0;
}

.connect-image-left{
  position: relative;
  display: inline-block;
  height: 100%;
  right: -2rem;
  /*background-color: red;*/
}

.connect-image-left img{
  max-width: 100%;
  max-height: 100%;
}

.connect-image-center{
  position: relative;
  display: inline-block;
  height: 100%;
  left: 2.5rem;
  width: 9rem;
  /*background-color: green;*/
}

.connect-image-center img{
  max-width: 100%;
  max-height: 100%;
}

.connect-image-right{
  position: relative;
  display: inline-block;
  height: 100%;
  left: -2rem;
  /*background-color: blue;*/
}

.connect-image-right img{
  max-width: 95%;
  max-height: 95%;
}

.image-slide-right{
  animation-name: slideright;
  animation-duration: 1.5s;
  -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-slide-left{
  animation-name: slideleft;
  animation-duration: 1.5s;
  -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*/
}

.connect-easy{
  position: relative;
  /*background-color: purple;*/
}

.connect-easy p{
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: black;
}

.connect-title{
  position: relative;
  /*background-color: pink;*/
}

.connect-title h1{
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  color: black;
}

.connect-content{
  position: relative;
  /*background-color: gold;*/
}

.connect-content p{
  font-size: 2rem;
  line-height: 3rem;
  color: black;
  margin-bottom: 0;
}

.connect-icons{
  position: relative;
  /*background-color: lightgreen;*/
  height: 5rem;
}

.connect-icon-right{
  position: relative;
  float: left;
  left: 1rem;
  top: 0.3rem;
}

.connect-right-icon-text{
  position: relative;
  display: inline;
  text-align: center;
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  top: 0.8rem;
  left: 1.8rem;
}




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


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

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

  .connect-left{
    position: relative;
    /*background-color: gray;*/
    height: auto;
    padding: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .connect-right{
    position: relative;
    /*background-color: lightgray;*/
    height: auto;
    padding: 0;
  }

  .connect-image-left{
    position: relative;
    display: inline-block;
    height: 51rem;
    right: 0;
    /*background-color: red;*/
  }

  .connect-image-left img{
    max-width: 100%;
    max-height: 100%;
    content:url("../images/mobile/gtd1sec04img01iphone.png");
  }

  .connect-image-center{
    position: relative;
    display: inline-block;
    height: 51rem;
    width: 16%;
    left: 1.5%;
    /*background-color: green;*/
  }

  .connect-image-center img{
    max-width: 100%;
    max-height: 100%;
    content:url("../images/mobile/gtd1sec04img03bt.png");
  }

  .connect-image-right{
    position: relative;
    display: inline-block;
    height: 51rem;
    left: 0;
    /*background-color: blue;*/
  }

  .connect-image-right img{
    max-width: 95%;
    max-height: 95%;
    content:url("../images/mobile/gtd1sec04img02gotoky.png");
  }

  .connect-easy{
    position: relative;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .connect-easy p{
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    color: black;

  }

  .connect-title{
    position: relative;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .connect-title h1{
    font-size: 8rem;
    line-height: 8rem;
    font-weight: bold;
    color: black;
    margin-bottom: 0;
  }

  .connect-content{
    position: relative;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .connect-content p{
    font-size: 3rem;
    line-height: normal;
    color: black;
  }

  .connect-icons{
    position: relative;
    /*background-color: lightgreen;*/
    height: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .connect-icon-right{
    position: relative;
    float: left;
    left: 1rem;
    top: 0.3rem;
  }

  .connect-right-icon-text{
    position: relative;
    display: inline;
    text-align: center;
    color: black;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    top: 1.1rem;
    left: 1.8rem;
  }


}
