a.sf-btn {
    position: relative;
    top: 150px;
}

.wide_image_tall_with_text .wide_image div {
    background-position: 75% 0%;    
    background-attachment: scroll;
    background-size: cover;
    height: 100%;
}


@media screen and (max-width: 480px) {
	
a.sf-btn {
	position: relative;
    top: 80px;
}

}

@media screen and (max-width: 380px) {
	
a.sf-btn {
	position: relative;
    top: 80px;
}

}