@media (max-width: 640px) {
  .t-bgimg {
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
  }
}