.aut-top-bg-leftblock{background-color: #f3f3f3;}
.fullthumb img.vs-video-thumb {
  margin-top: -9.4%;
  height: auto;
}
.btn-black {
    background: #333;
    border: #fff 1px solid;
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    margin-top: 0px;
    padding: 0.2em 2em;
    text-transform: uppercase;
    transition: border 0.5s, color 0.5s, background 0.5s;
    margin: 1em 0;
    min-width: 180px;
}
.btn-black:hover {
    background: #FFF;
    border: #FFF 1px solid;
    color: #000;
}
.vs-read-more i{ transition-duration: .5s;}
.msover  a:hover{text-decoration: none;}
.msover  a:hover h4{color: #900}
.msover  a:hover img{filter:brightness(120%);}
.msover  a:hover p{color: #222}
.msover  a:hover .hidden-more i{padding-left: 8px}
img{transition-duration: 1s;}

.grid-item > .product-image {
	display: flex;
  height: 70%;
}

.grid-item > .product-image > img {
	align-self: center;
	margin: 1em auto;
}

.grid-item > .product-link {
	display: inline-block;
}