#map {
  height: 100%;
  width:100%;
  padding: 0;
}
#twoclickmap {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  color: #fff;
  padding: 0;
  text-align: center;
}

#twoclickmap div.rk-twoclick-inner {
  height:50% !important;
  box-sizing:border-box;
  position: relative;
  top:0px;
}

#twoclickmap div.rk-twoclick-inner:first-child {
  display: flex;
  justify-content: center;
  flex-direction: row;
  box-sizing: border-box;
}

#twoclickmap div.rk-twoclick-inner:first-child button {
  position: absolute;
  bottom: 10px;
  color: #fff;
  padding: 10px;
  border: 3px solid #fff;
  font-weight: bold;
  font-size: 18px;
  z-index: 1000;
  background-color: rgb(211,211,211);
}

#twoclickmap div.rk-twoclick-inner:first-child button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.5s;
}

#twoclickmap div.rk-twoclick-inner:nth-child(2) p {
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  word-wrap: break-word;
  text-align: center;
  width: 100%;
  padding: 1% 5% 1% 5%;
  font-size: 0.75em;
  line-height: 1.55em;
  margin-top: 2%;
}


#twoclickmap a {
  color: black;
  text-decoration: underline;
}

#twoclickmap a:hover {
  color: white;
  text-decoration: underline;
}


@media only screen and (max-width: 800px) {
  div#twoclickmap {
    /*random useless rule to detect mobile with JS*/
    list-style: circle;
  }

}
