@media(min-width:992px) {
    .t-body {
        max-width:1920px !important;
        margin: 0 auto !important;
    }
}

img {
    max-width: 100%;
    height: auto;
  }
