/* Slider */
.slideshow-container {
    max-width: 100%;
  }
  .slide img {
    object-fit: contain;
    width: 100%;
  }

  /* Nav menu */
  nav ul {
    display: none;
}
.talogo .logota{
    display: none;
}
.talogo .mobilemenu {
    display:block;
    width: 33px;
    height: auto;
    margin-bottom: 9px;
    cursor: pointer;
  }
.logota{
    vertical-align: middle;
}
#ta-history .aboutTAdesktop {
display: none;
}
#ta-history {
  text-align: center;
  }

.aboutTAmobile{
  display: block;
  position: absolute;
  width: 90%;
  height: auto;
  left: 0%;
  right: 0%;
  margin: auto;
  padding: 50px 0px 90px 0px;
}