﻿body {

}

.labels {
    text-align: center;
    font-size: 20px;
    color: lightgray;
    /*background-color: #333;*/
    vertical-align: middle;
    background: linear-gradient(top, lightgray 0%, #333 100%);
    background: -moz-linear-gradient(top, lightgray 0%, #333 100%);
    background: -webkit-linear-gradient(top, lightgray 0%, #333 100%);
    background: -o-linear-gradient(top, lightgray 0%, #333 100%);
}

.image {
    /*transition: 0.3s ease;*/
    width:100%;
    object-fit:cover;
    height:150px;
}

.labels:hover{
    cursor:pointer;
}

/*.image:hover {
    /*box-shadow: 5px 5px lightgrey;
    opacity: .8;
    transition: 0.3s ease;
    transform: scale(1.1, 1.1);
}*/