@media (min-width: 768px) {
  .container-for-banner{
    max-width: 790px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    }
}