#mapid { height: 400px; }

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-content {
    max-width: 1280px !important;
}

._mypad10 {
  padding-top: 10%;
  padding-bottom: 10%;
}

._mypadt10 {
  padding-top: 10%;
}



td {
  width: 20%;
}



tr:nth-child(even)
{
    background-color: rgba(0,0,0,0) !important;
}

td:nth-child(odd) {
    background-color: #f2f2f2;
}

td:nth-child(even) {
    font-weight: bold;
    background-color: rgba(0,0,0,0) !important;
}


@media screen and (max-width: 600px) {
  tr {
    display: flex;
    flex-wrap: wrap;
    width: 100% ;
  }
  td {
    display: block;
    width: 50%;
    text-align: center;
  }
}