@media all and (orientation:portrait) {
    #myProgressBarCont {
        top: 50%;
        left: 10%;
        width: 80%;
        height: 0.7%;
    }
}
@media all and (orientation:landscape) {
    #myProgressBarCont {
        top: 64%;
        left: 30%;
        width: 40%;
        height: 0.7%;
    }
}
