.container-width-75 {
position: relative;
width: 75%;
}
@media (max-width:991px) {
.container-width-75 {
width: 100%;
}
}