.parallax {
    /* Set a specific height */
    min-height: 300px;
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center;
	background-size: cover;
}

.btn-newsletter-fontsize{
    font-size: 1rem;
}
.mask-size{
    min-height: 300px;
}
@media(min-width: 768px){
	.parallax{
		background-attachment: fixed;
	}
}