.body .container {
    background-color: rgba(255, 255, 255, 0.4); /* change here */
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
}



@media only screen and (max-width: 768px) {
body {background: none !important; background-image: none !important; background-color: rgba(0, 0, 0, 0) !important; color:  !important;}
}

