.potus-cover {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70vw;
    overflow: hidden;
    object-fit: contain;
}

.potus-cover-container {
    width: 100vw;
}

body {
    background-image: url(/images/backgrounds/gd&p_bkgnd-potus.png);
}

.wh-header {
    display: flex;
    justify-content: center;
    align-content: center;
}

#wh-header-logo {
    position: absolute;
    width: 20%;
    transform: translateY(-50%);
}

.vilinius-cover{
    width: 100vw;
    height: 45vw;
}

section {
    padding: 40px 0;
}

h1 {
    padding-top: 15%;
}