@charset "utf-8";
/* CSS Document */

.publi{
     color: whitesmoke;
	 background-color: rgb(68, 68, 68);
	  text-align: center; 
     font-size: 20px;
     height:480px;
	 width:100%;
}

@media (max-width:1024px){

	.publi{
     color: whitesmoke;
	 background-color: rgb(68, 68, 68);
	  text-align: center; 
     font-size: 30px;
	 width:100%;
     height:700px;
}
}