@media (max-width: 455px){
 .t-Footer-customize{
  float: none;   
}
}

@media (min-width: 456px){
 .t-Footer-customize{
 float: right;
}
}