body
{
    background-image: url(bg.gif);
    background-color: black;
    padding-bottom: 40px;
}

header
{
    color: aqua;
    margin: 0 auto;
    width: 70%;
    text-align: center;
}

a
{
    position: fixed;
    max-width: 100px;
}

#mobile
{
    top:100px;
}

#camera
{
    top: 310px;
}

#handycam
{
    top: 410px;
}

.gallery
{
    width: 80%;
    text-align: justify;
    gap: 1em;
    margin: 0 auto;
}

.gallery img
{
    max-height: 200px;
    cursor: pointer;
    margin: 10px 10px;
}

.gallery img:hover, h1:hover, a:hover
{
    scale: 1.2;
}

.vid
{
    outline: solid 4px rgba(240, 70, 230, 0.6);
}

.gallery img.portrait
{
    width: 112px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.gallery img.pal
{
    width: 355px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

#lightbox
{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

#lightbox.active
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#lightbox img, #lightbox iframe
{
    max-height: 90%;
    max-width: 90%;
}

#lightbox iframe
{
    width: 90%;
    max-width: 1920px;
    height: auto;
    aspect-ratio: 16 / 9;
}
