@media only screen and (max-width:768px){
    .header-container-content{
        width: 768px;
    }
}