#blog {
	margin-top: 50px;
	background-color: #FFF;
	position: relative;
	background-image: url(../IMAGES/ice_texture3003.jpg);
	background-size: 100vw 100vh;
}

#blog .contenedor {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	height: 300px;
}

#blog .article p {
	margin-top: 65px;
}


#blog .img {
	width: 100%;
	max-width: 100px;
	justify-content: center;
	margin:auto;
}

@media (max-width:360px) {

#blog .article img {
	margin-top: 25px;
	width: 90%;
	height: 90%;
}
		
#blog p {
	text-align: center;
}


}


@media (max-width:480px) {
#blog .contenedor img {
		margin-top: 25px;
		width: auto;
		height: auto;
	}
	
#blog p {
		text-align: center;
		font-size:15px;
		color: #666;
		}
}

@media (max-width:768px) {
	#blog .contenedor img {
		margin-top: 25px;
		width: auto;
		height: auto;
	}
	
}

@media (max-width:1024px) {
	#blog .contenedor img {
		margin-top: 60px;
		margin-left: auto;
		width: 90%;
		height: 90%;
	}
	
#blog .article p {
	margin-top: 15px;
}
			
	
}
