body {
font-family: 'Montserrat', sans-serif;
background: rgb(139,139,139);
background: linear-gradient(34deg, rgba(139,139,139,1) 0%, rgba(255,255,255,1) 50%, rgba(139,139,139,1) 100%) fixed;
background-repeat: no-repeat;
background-size: auto;
}
#radyo35 {
width:500px;
height:238px;
background-image:url(head.png);
}

@media only screen and (max-width: 600px) {
	
#radyo35 {
width:300px;
height:143px;
background-image:url(head.png);
background-size:cover;
}

}