body {
    background-color: #ffffff;
    background-image: url(img2.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}

@media screen and (orientation: landscape)
{
    body { background-image:url(imgq.jpg); }
}

@media all and (orientation: portrait) { 
    body { background-image:url(imgh.jpg); }
}

.text {
    margin: 0;
    position: absolute;
    top: 80%;
    left: 10%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
}