#footer{height:auto}
h1{font-size:12px!important;}
#Header1_HeaderTitle{font-size:28px;}
h2{display:none;}
#header,#blogTitle{height:auto}

.customer-s{padding:20px;background:#000;text-align:center;}
.customer-s .c-item{display:inline-block;background:red;width:30px;height:30px;text-align:center;line-height:30px;margin:10px 20px 10px 20px ;animation: 2s rotate infinite;transtion:2s;}

@-webkit-keyframes rotate{
  0%{-webkit-transform:rotate(0deg);}

  100%{-webkit-transform:rotate(360deg);}
}