body {
	opacity: 0;
	background-color:rgb(220,220,220);
}


.container-fluid {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 634px;
	height: 52px;
	margin: auto;
}


@media screen and (max-width:650px){
	.container-fluid {
		width: 350px;
		height: 52px;
		text-align:center;
	}
	
	
  .container-fluid img {
		width: 90% !important;
	}
  
}