.parallax {
    background-image: url("../images/stock/hotairballoonsturkey2.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% calc(90% - 10px);
}