.contact{
	height: 300px;
}
.contact .parallax-container{
	height: 300px;
	position: relative;
    overflow: hidden;
    padding-top: 3em;
    font-size:32px;
    color:#fff;
    text-shadow: 1px 2px 3px #666;
}
.contact .parallax-container a{
	color:#fff;
	text-decoration: underline;
	text-transform: uppercase;
	transition:all 0.3s linear;
}
.contact .parallax-container a:hover{
	color: #f17d1e;
}

.contact .scrolling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.contact .scrolling img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 480px){
    .contact .parallax-container a{
        font-size:18px;
    }
    .contact{
    height: 150px;
}
.contact .parallax-container{
    height: 150px;
    padding-top: 1em;

}
}
