@media screen and (max-width: 767px) {
    .catwrap {
	    width: 93%;
        display: block;
        max-width: 1014px;
        margin: 0 auto;
	}
	
	.HomeCat {
		width: 100%;
		text-align: center;
		margin-right: 0px;
		background: #eeeeee;
		border: 1px solid #d6d6d6;
        margin-bottom: 20px;
	}

	.catname {
	    text-align: center;
		text-decoration: none;
		font-size: 21px;
        padding: 24px 0px 15px 0px;
	}

        .catname p {
            text-decoration: none;
                margin-left: 0px !important;
        }
	
	.HomeSubCats {
	    text-align: center;
		height: auto;
	}
	
	.HomeSubCats a {
	    font-size: 15px;
	    padding: 15px 0px;
        background: #ced5de;
        margin: 5px 0px;
	    text-decoration: none !important;
        color: #313131;
        display: block;
        font-weight: bold;
 	}
	
	.SeeMore {
        font-size: 14px;
        color: #021e44;
	}

}
