.front-image{
  position: relative;
  background-image: url('../images/gtd1sec01img01mangart.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:auto;
}

.front-image-content{
  height: 50rem;
}

.front-image-section{
  position: relative;
  display: inline-block;
  height: 100%;
  /*border: green;*/
  /*border-width: 1px;*/
  /*border-style: solid;*/
}

.front-image-left-text-section{
  position: relative;
  /*background-color: purple;*/
  height: auto;
  top: 6rem;
}

.front-text-left{
  position: relative;
  color: white;
  padding: 0.5rem;
  font-size: 6rem;
  line-height: 6rem;
  text-align: right;
  font-weight: bold;
}

.front-image-left-icon-section{
  position: relative;
  /*background-color: blue;*/
  height: 5rem;
  /*top: 30rem;*/
}

.front-left-icon-text{
  position: relative;
  text-align: center;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  top: 0.7rem;
}

.watch-video-bt{
  top: 7rem;
}

.icon-align-right{
  position: relative;
  float: right;
  margin-right: 1rem;
}

.front-image-center-image{
  position: relative;
  max-height: 50rem;
  height: 115%;
  text-align: center;
  /*top: 20rem;*/
}

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

.front-image-right-text-section{
  position: relative;
  /*background-color: purple;*/
  height: auto;
  top: 0;
}

.front-image-right-text-section-up{
  position: relative;
  /*background-color: pink;*/
  height: auto;
}

.front-image-right-text-section-bottom{
  position: relative;
  /*background-color: purple;*/
  height: auto;
}

.front-text-right-up-bold{
  position: relative;
  color: #ff002c;;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 0;
}

.front-text-right-up{
  position: relative;
  color: #ff002c;;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 0;
}

.front-text-right-bottom{
  position: relative;
  color: white;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: bold;
}

.bold-red{
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #ff002c;
}

.bold-white{
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: white;
}

.front-image-right-icons-section{
  position: relative;
  /*background-color: blue;*/
  height: 5rem;
  top: 0;
}

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

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

.ellipse:hover .front-right-icon-text{
  color: black;
}

.icon-align-left{
  position: relative;
  float: left;
  margin-left: 1.5rem;
}

.video{
  display: none;
  position: fixed;
  top: 12%;
  left: 14%;
  z-index: 11;
  //transform: translate(-50%, -50%);
}

.video-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.close-video{
  display: none;
  position: fixed;
  padding: 4rem;
  z-index: 9;
}

#x{
  color: #ff002c;
  font-size: 4rem;
  z-index: 9;
  transform: translate(-50%, -50%);
}

iframe{
    overflow:hidden;
}

.eu-logo{
  position: relative;
  top: 11.5rem;
  z-index: 9;
}

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


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

  .front-image{
    position: relative;
    background-image: url('../images/mobile/gtd1sec01img01mangart.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
  }


  .front-image-content{
    height: auto;
  }


  .front-image-section{
    position: relative;
    display: inline-block;
    height: auto;
  }

  .front-image-left-text-section{
    position: relative;
    /*background-color: purple;*/
    height: auto;
    top: 0;
  }

  .front-text-left{
    position: relative;
    color: white;
    padding: 0;
    font-size: 6rem;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    padding-left: 10%;
    padding-right: 10%;
  }

  .front-image-left-icon-section{
    position: relative;
    /*background-color: blue;*/
    height: 15rem;
    top: 0rem;
  }

  .watch-video-bt{
    top: 8rem;
    height: 8rem;
    transform: translate(0, -50%);
    margin-right: auto !important;
    float: none !important;
  }

  .front-left-icon-text{
    position: relative;
    text-align: center;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    top: 0.7rem;
  }

  .icon-align-right{
    position: relative;
    float: right;
    margin-right: 1rem;
  }

  .front-image-center-image{
    position: relative;
    /*background-color: green;*/
    height: 50rem;
    text-align: center;
    top: 10%;
  }

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

  .front-image-right-text-section{
    position: relative;
    /*background-color: purple;*/
    height: 22rem;
    top: 30rem;
  }

  .front-image-right-text-section-up{
    position: relative;
    /*background-color: pink;*/
    height: 12rem;
  }

  .front-image-right-text-section-bottom{
    position: relative;
    /*background-color: purple;*/
    height: 10rem;
  }

  .front-text-right-up-bold{
    position: relative;
    color: white;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 0;
  }

  .front-text-right-up{
    position: relative;
    color: white;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .front-text-right-bottom{
    position: relative;
    color: white;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .bold-red{
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #ff002c;
  }

  .bold-white{
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: white;
  }

  .front-image-right-icons-section{
    position: relative;
    /*background-color: blue;*/
    height: 5rem;
    top: 30rem;
  }

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

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

  .ellipse:hover .front-right-icon-text{
    color: black;
  }

  .icon-align-left{
    position: relative;
    float: left;
    margin-left: 1rem;
  }

  .video{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    //transform: translate(-50%, -50%);
  }

  .close-video{
    right: 0;
    z-index: 12;
  }

  #x{
    color: #ff002c;
    font-size: 8rem !important;
    z-index: 12;
    cursor: pointer;
  }

  .eu-logo{
    top: 8rem;
  }
  .eu-logo img{
    width: 40%;
  }

}
