.screensaver{
    position: absolute;
    width:1920px;
    height: 1080px;
    z-index: 50;
    display: none;
}


.screensaverLocation{
    position:absolute;
    left:50%;
    top:50%;
    width: 120px;
    height: 136px;
    margin-left:-60px;
    margin-top:-68px;
    font-family: firaSansBold;
    font-size: 14px;
    color:#00325F;
    padding-top:42px;
    text-align: center;
    background-image:url('../images/screensaverLocation.png');
    background-size: contain;
}

.screensaverIcon{
    position: absolute;
    left:50%;
    top:75%;
    width:162px;
    height: 162px;
    margin-left:-81px;
    margin-top:-81px;
    background-image:url('../images/screensaverIcon.png');
    background-size: contain;
    transform: scale(1);
    animation: pulse 2.5s infinite ease-out;
    
}

.screensaverInstructions{
    position: absolute;
    top:86%;
    left:50%;
    width:800px;
    height:40px;
    margin-left:-400px;
    font-family: firaSansBold;
    font-size: 30px;
    color:white;
    text-align: center;
    text-shadow: 0px 0px 5px black;
}



