.go-to-map {
  height: 100px !important;
  width: 100%;
  padding-top: 15px;
  margin: 10pt auto 0 auto;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-text-stroke: 2.4px #2fbec1;
  background-image: url(../images/gotomap.png);
  background-repeat: no-repeat;
  background-position-y: 48%;
  background-size: 157%;
  border: 4px solid white;
  text-shadow: 1px 1px 6px #a8a8a8;
  cursor: pointer;
}

.go-to-map:hover,
.go-to-map:focus {
  color: #fff !important;
  background-size: 155%;
}

.go-to-map-badge {
  height: 78px;
  width: 87px;
  padding: 3px;
  position: relative;
  top: -45px;
  left: -273px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #9219e3;
  display: inline-block;
  -webkit-text-stroke: 0px #ffffff;
  clip-path: polygon(54% 0, 100% 0, 0 100%, 0 52%);
  -webkit-clip-path: polygon(54% 0, 100% 0, 0 100%, 0 52%);
}

.go-to-map-badge {
  height: 27px;
  width: 160px;
  padding: 3px;
  left: -280px;
  position: relative;
  top: -30px;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  background: #9219e3;
  display: inline-block;
  -webkit-text-stroke: 0px #ffffff;
  clip-path: polygon(28% 0%, 71% 7%, 100% 161%, 13.46% 100%);
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
}

.icon-tap {
  background: url("../images/tap.png") no-repeat;
  height: 50px;
  width: 50px;
  display: inline-flex;
  position: relative;
  top: 21px;
  left: 0.5%;
  background-size: 90%;
}

#alebo {
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
}

#findBtn {
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  #alebo {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .go-to-map {
    font-size: 2rem;
    -webkit-text-stroke: 1.8px #2fbec1;
    padding-top: 11px;
  }

  .icon-tap {
    top: 30px !important;
    background-size: 75% !important;
  }

  .go-to-map {
    font-size: 2rem;
    -webkit-text-stroke: 1.8px #2fbec1;
    padding-top: 11px;
  }

  #alebo {
    font-size: 1.3rem;
  }

  #findBtn {
    margin: 0 !important;
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 576px) {
  .go-to-map {
    width: 96%;
  }
}

@media only screen and (max-width: 420px) {
  #inputTxt2 {
    border-radius: 0.4rem !important;
    -webkit-border-radius: 0.4rem !important;
    -moz-border-radius: 0.4rem !important;
    -ms-border-radius: 0.4rem !important;
    -o-border-radius: 0.4rem !important;
  }

  #findBtn {
    padding: 9px 13px !important;
    margin: 6px auto 0 auto !important;
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -ms-border-radius: 7px !important;
    -o-border-radius: 7px !important;
  }

  #findBtn {
    width: 100%;
  }

  .go-to-map {
    width: 94%;
  }
}

@media only screen and (max-width: 418px) {
  .icon-tap {
    display: none;
  }

  .go-to-map {
    padding-top: 27px;
  }
}

@media only screen and (max-width: 400px) {
  .go-to-map {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 340px) {
  .go-to-map {
    font-size: 1.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    -webkit-text-stroke: 1.5px #2fbec1;
  }

  .go-to-map {
    width: 92%;
  }
}

.go-to-map-about {
  height: 175px !important;
  padding-top: 15px;
  margin: 2pt auto 0 auto;
  font-size: 2.5rem;
  text-shadow: 1px 1px 6px #a8a8a8;
  border: 4px solid #b7b7b736;
}

.aboutAlbert video {
  width: 100% !important;
  height: auto !important;
  border-radius: 15px;
  border: 5px solid #cccccc17;
  border: none;
  box-shadow: 1px 4px 6px -1px rgba(0, 0, 0, 0.2);
}
