.homeparallax {
/* The image used */
background-image: url('../img/polsoc_home_bg.png');

/* Set a specific height */
height: 300px;

/* Create the parallax scrolling effect */
/* background-attachment: fixed; */
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
