@media (min-width:1025px) { 
.container-fluid{
    width:  100%;
}

.container-fluid2{
    width:  90%;
    margin: 10px;
}
}