.map {
  width: 100%;
  height: 360px;
}

#counsellor-modal .user-picture,
#counsellor-modal .user-minimap{
  position: absolute;
  top: 0;
}

#counsellor-modal button.close{
  position: absolute;
  z-index: 40;
  background: #FFF;
  color: rgb(29, 60, 52);
  opacity: 1;
  padding: 0 4px;
  top : 0;
  right: 0;
}

#counsellor-modal button.close:hover{
  color: rgb(143, 220, 210);
}

#counsellor-modal .user-picture{
  left: 0;
}

#counsellor-modal .user-minimap{
  right : 0;
}

#counsellor-modal .modal-body{
  padding: 150px 15px 15px 15px;
}

#counsellor-modal .fullname{
  clear: both;
}

#counsellor-modal .city{
  margin-bottom: 15px;
}

#counsellor-modal .field-name-field-description{
  font-style: italic;
}

#counsellor-modal .page-link{
  background: rgb(29, 60, 52);
  border-radius: 15px;
  color: #FFF;
  display:  block;
  float: right;
  font-size: 1.25rem;
  margin: 15px 0 0;
  padding: 3px 15px;
  text-transform: uppercase;
}

#counsellor-modal .page-link:hover,
#counsellor-modal .page-link.active{
  background: rgb(143, 220, 210);
  color: rgb(29, 60, 52);
}

#counsellor-modal .user-picture img{
  display: block;
  height: auto;
  width: 100%;
}

#counsellor-modal .modal-footer{
  border: 0;
}
