@media (max-width:770px) {
    body{
        background: rgb(249,207,0);
        background: linear-gradient(0deg, rgba(249,207,0,0.8) 0%, rgba(255,255,255,0) 60%);
        background-repeat: no-repeat;
        background-attachment: fixed;
        
    }
}