.dashLink{
    background:url(https://gis.pearlandtx.gov/web/HubsiteHTML/Drainage/dash.png) no-repeat;
    width: 100%;
    height: 425px; 
    
}

.dashLink:hover .Content{
    background-color: rgba(220, 220, 220, .6);
    width: 100%;
    height: 100%;
    
}

.text_hover{
    visibility: hidden;
    text-align: center;
}

#PWLogo{
    display: none;
}

#CityLogo{
    display: none;
}

.Content:hover .text_hover{
    visibility: visible; 
    font-size: 24px;
    font-weight: bold;
    color: black;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 100%;
}

.Content:hover #PWLogo{
    display: inline-block;
    height: 150px;
    width: 30%;
    position: fixed;
    bottom: 75px;
    right: 260px;
}

.Content:hover #CityLogo{
    display: inline-block;
    height: 150px;
    width: 20%;
    position: fixed;
    top: 20px;
    right: 300px;
}
