/*CODE YELLOW*/
 #hours_of_operation_container{background:yellow;border:0px solid red;
	position:static;
	height:auto;
	padding:10px;
	width:100%;
	margin: 0 auto;
	left:0;
	right:0;
 	display:block;
	text-align:center;
 }
/*CODE GREEN***/
 @media screen and (max-width : 1200px){
 #hours_of_operation_container{background:green;} 
 }
/*CODE BLUE**/
@media screen and (max-width: 800px) {
 #hours_of_operation_container{background:blue;}
	}
}

