
.country {
visibility: hidden;
}

@media (min-width: 768px) {
  .well {
  margin-left: 50px;
  margin-right: 50px;
  }
}

.btn-round{
border-radius: 8px;
}

.fullscreen:-webkit-full-screen {
      width: auto !important;
      height: auto !important;
      margin:auto !important;
  }
     .fullscreen:-moz-full-screen {
      width: auto !important;
      height: auto !important;
      margin:auto !important;
  }
     .fullscreen:-ms-fullscreen {
      width: auto !important;
      height: auto !important;
      margin:auto !important;
  }     

  