﻿.viewcat-home{
    position: relative;
    margin-bottom: 20px;
}
.viewcat-home a{
    color: #333;
}

.viewcat-home a:hover{
    color: #e60e13;
}

.viewcat-page .img-thumbnail{
	margin-right: 15px;
    border: none;
    background-color: #fff;
}

.viewcat-page a{
	font-size: 16px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .viewcat-page .img-thumbnail{
        width: 100%;
        margin:  0 0 15px 0;
    }
}