@media only screen and (max-width:768px) {
    .auto-container {
        width: 90%;
    }

    .mob-arrow-none span {
        display: none;
    }
}