#video, #photo, #art {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#media-container {
    min-height: 362px;
}

#canvas {
    display: none;
}

.main-nav-item {
    display: inline-block;
    padding: 1rem;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    background-color: #eee;
    color: #343a40;
    width: 100%;
}

.main-nav-item:hover, .main-nav-item:hover:active, .nav-item-active {
    text-decoration: none;
    background-color: #343a40;
    color: white;
    cursor: pointer;
}

#counter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 300px;
    z-index: 10;
}


#spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3rem;
    margin-left: -3rem;
    width: 6rem;
    height: 6rem;
    z-index: 10;
}

.art-style-border {
    border: 5px solid #007bff;
}