.image{
    width: 300px;
    height: 500px;
    background-image: url(../WEB01/images/univac.JPG);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.image:hover {
    background-image: url(../WEB01/images/univac.JPG);
}
