.w-container {
  position: relative;
  
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.w-container:hover .image {
  opacity: 0.3;
}
.w-container:hover .middle {
  opacity: 1;
}



.w-container:hover .text {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

#Button1 {
    width: 70px !important;
}

.dc_menu a {
    font-family: "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", sans-serif !important;
    font-size: 11px !important;
    font-weight: 200 !important;
    line-height: 30px;
}