body {
    padding: 10px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}

.galleria {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow: hidden;
}

#menu {
    position: 0px;
    z-index: 20
}

#title {
    color: red;
    font-size: xx-large;
}
#content {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
}


#video1 {
    position: relative; /*   position: sticky; */
    width: 100%;
    height: auto;
    object-fit: contain; /* Not necessary in Chrome */
}

@media screen and (orientation:portrait) {

    #video1 {
        position: relative; /*   position: sticky; */
        width: 100%;
        height: auto;
        object-fit: contain; /* Not necessary in Chrome */
    }

    #textarea {
        position: relative; /*   position: sticky; */
		font-size: 48px;
        width: 100%;
    }
}
