/**
 * LOADING COMPONENT
 */
.comp-loading{
	width: 50px;
	margin: 35px auto;
}
.comp-loading__img{
	width: 100%;
}