.title-display {
    text-align: center;
    font-size: 20px;
    color: gray;
}

.content-menu {
    cursor: pointer;
  }
  
  #map {
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid black;
  }
  
  .first-picture {
    max-height: 50px !important;
  }
  
  .content-menu:hover {
    background-color: lightgray;
  }
  
  .content-menu-selected {
    background-color: lightgray;
  }

.title-number {
    text-align: center;
    font-size: 30px;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

.pointer {
    cursor: pointer !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.platform-box {
    text-align: center;
    padding: 15px !important;
    margin-bottom: 30px;
}

.platform-box-inside {
    padding: 15px !important;
    border: 1px solid black;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.platform-title {
    font-weight: bold;
    font-size: 20px;
}

.action {
    cursor: pointer;
    color: #007bff
}

.spin-margin {
   margin-top: 200px !important;
}

.platform-indicator {
    font-size: 16px;
    color: gray;
}
.platform-stat {
    margin-top: 5px;
    font-size: 26px;
    font-weight: bold;
}

figure.sixteen-nine-img {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 56.25%;
    position: relative;
}

figure.sixteen-nine-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}