html {
    font-size: 16px;
}

.thumbnail{
    display: inline-block;
    height: 9.375rem;
    width:7.5rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 6px;
    object-fit: contain;

}

.shadow{
    box-shadow: 7px 7px 7px #666;
    position:relative;
    transition:all 0.2s;
    top:0;
}

.cust-caption{
    display: block;
    position: relative;
    padding-bottom: 10px;
    color: black;
    text-align: center;
}

.cust-caption p{
    line-height: 100%;
    text-align: center;
}

.thumbnail img{
    height: 100%;
    width: auto;
}


