
.videointro{
    border:1px #E5E8E8;
    margin:0;
    padding:0;    
    float:left;
}

    #myBtn {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #56AD3F;
      color: white;
      cursor: pointer;
      padding: 15px;
      border-radius: 4px;
    }
    
    #myBtn:hover {
      background-color: #555;
    }
	
	
.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}

  @media screen and (max-width: 768px)
.map-button {
  font-size: 13px;
}

@media (max-width: 767px){
.footer-addres > div {
    font-family: inter;
    padding: 1px;
    margin: 10px 0;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    text-justify: distribute;
    text-align-last: left;
    width: 100%;
}
}
