/*!
A Design by Kyle Logan 
Author: Kyle Logan
Author URL: http://www.kylejamelogan.co.uk
License: Creative Commons Attribution 3.0 Unported
License URL: http://www.kylejameslogan.co.uk
*/
/*!
*****************************************************************************
*						Copyright Policy                    				*
*****************************************************************************
*   Copyright © 2017 Kyle Logan. All Rights Reserved      					*
*	Copyright © 2017 NC Maphia Security. All Rights Reserved				*
*****************************************************************************
*   This is the copyright policy for the official website  					*
*   official website of DJ Destruction all copyright       					*
*   policies within the website is all copyrighted within  					*
*   the court of law. The copyright policy is for this 	   					*
*   website, Kyle Logan and DJ Destruction. If they are    					*
*   any third party links and/or connections to third	   					*
*   party websites then the user will have to refer to 	   					*
*   their website as we are not held reliable for them.    					*
*****************************************************************************
*/
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
@media(max-width:768px){
	.ch-grid li {
	  margin: 3px;
	}
}
@media(max-width:640px){
	.grid li {
	  margin-right: 1%;
	  margin-bottom: 2%;
	  margin-left: .5%;
	  width: 22.9%;
	}
}
@media(max-width:320px){
	.ch-grid {
	  margin: 3px 0 0 0;
	}
}