.pp img {
    position: fixed;
    top: 0px;
}

#headerMenu>nav {
    background: transparent;
}

#headerMenu>nav>ul>li>a {
    color: black;
}




@media (orientation: landscape) {
    #iframeVideo {
        width: 133vh;
        height: 75vh;
    }
}

@media (orientation: portrait) {
    #iframeVideo {
        width: 100vw;
        height: 57vw;
    }
}