footer > small{
  display: block;
  text-align: center;
  font-size: 0.8vw;
  background: #000;
  color: #fff;
  line-height: 2em;
}@media screen and (max-width: 1024px){
  footer > small{
    font-size: 2.6vw;
}}
