/*Style*/
.mainsliderlinks div {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #39afe3;
  opacity: 0;
  transition: 0.5s;
}

.mainsliderlinks:hover div {
  opacity: 0.7;
}

.mainsliderlinks div h3 {
  font-family: Ubuntu;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  font-stretch: normal;
  line-height: 30px;
  color: #fff;
  border: none;
  margin-bottom: 10px !important;
  text-align: center;
  margin-top: 120px;
  padding: 0;
  text-transform: uppercase;
}

.mainsliderlinks div h5 {
  margin-top: 0;
  color: #fff;
  text-align: center;
}