@media only screen and (min-width:200px) and (max-width:767px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}

/*@media only screen and (max-width: 678px) {
}*/
@media only screen and (max-width: 1919px) {
    .container {
        max-width: 1470px;
    }
}

@media only screen and (max-width: 1599px) {
    .container {
        max-width: 1320px;
    }   
}

@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1240px;
    }
}
@media only screen and (max-width: 1299px) {
    .container {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1199px) {
    .container {
        max-width: 1040px;
    }
}
@media only screen and (max-width: 1099px) {

    .container {
        max-width: 960px;
    }
}