#staticScreenBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#staticScreenBgImage
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

#staticScreenUpBorder
{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%) translateY(-15%);
    width: 100%;
    height: 12.5%;
    z-index: 10;
}

#staticScreenUpImg
{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}

#staticScreenDownBorder
{
    position: absolute;
    display: none;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%) translateY(15%);
    width: 100%;
    height: 12.5%;
    z-index: 10;
}

#staticScreenDownImg
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}

#leftBorder
{
    position: absolute;
    height: 100%;
    width: 0px;
    left: 0px;
    z-index: 40;
    background-image: url("../png/ultrawideBg.jpg");
}

#rightBorder
{
    position: absolute;
    height: 100%;
    width: 0px;
    right: 0px;
    z-index: 40;
    background-image: url("../png/ultrawideBg.jpg");
}