.bg3 {
    background-image: url(../images/mmm.jpg);
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    min-height: 500px; 
}