#fssPrev, #fssNext, #fssPlayPause, #fssList {
    display:none;
}

.fssActive{
    position: inherit !important;
}

#slideshow {
    position: absolute;
    width: 50% !important;
    margin-left:25%;
    height: 100% !important;
    object-fit: cover !important;
    margin-top: 60px;
    margin-bottom: 60px;
}

img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
img:hover {
    transform: scale(1.1);
}
.title {
    margin-bottom: 0px
}

.works-container img {
    position: relative; 
    width:70% !important; 
    box-shadow: 5px 5px 20px 9px rgba(0,0,0,0.74);
}

.work{
    margin-bottom: 60px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    background-color: #9182664d;
    padding-top: 10%;
    padding-bottom: 5%;
    border-radius: 15px;
    border: 1px solid #0000009c;
}

#portrait_jens {
    position: relative;
    max-height: 671px;
    width:auto !important;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.text {
    text-align: center;
}

h3 {
    width: auto;
}
.peeper {
    position: fixed !important;
    height: auto !important;
    top: 30% !important;
    transition: all .2s ease-in-out;
}
#peeping-jens-old {
    transform: rotate(-30deg);
    right: -400px;
    width: 350px !important;
    transform: rotate(-30deg);
    box-shadow: none;
}
#peeping-jens-young{
    width: 350px !important;
    transform: rotate(45deg);
    left: -400px;
    box-shadow: none;
}

#djssrt:hover ~ #peeping-jens-young {
    left:-150px;
}

#sss:hover ~ #peeping-jens-old {
    right:-150px;
}
#slideshow {
    box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.74);
}
#morse-text {
    font-size:2.75em;
}
#currentWord {
    margin: 0;
    position: fixed;
    right:50px;
    bottom:50px;
}
#currentLetter{
    margin: 0;
    position: absolute;
    pointer-events: none;
}
#sentence{
    margin: 0;
    cursor:pointer;
    position: fixed;
    left:50px;
    bottom:50px;
}
#ticker {
    position: absolute;
    pointer-events: none;
}
#sos{
    height: 40px;
    width: 40px;
    background-size: contain;
    cursor: pointer;
}
#morse-guide{
    width: 100%;
    height: 50%;
    background-image: url(/images/International_Morse_Code.png);
    background-size: contain;
    position: fixed;
    top: 25%;
    left: 0px;
    background-repeat: no-repeat;
    pointer-events: none;
    transform-origin: left;
    transform: rotateY(180deg);
    transition: transform .5s linear;
}
.active {
    transform: rotateY(0deg) !important;
}
h3 {
    font-size: 1em;
}
.dit-btn {
    height:50px;
    width:49%;
    display: inline-block;
    text-align: center;
    background-image: url(/images/dit.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #0000009c;
    border-radius: 11px 0px 0px 11px;
    user-select: none;
}
.dah-btn {
    height:50px;
    width:50%;
    display: inline-block;
    text-align: center;
    background-image: url(/images/dah.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 11px 11px 0px;
    user-select: none;
}
.transmitting {
    background-color: #0000002e;
}
#transmitter{
    display: none;
    user-select: none;
}
.transmitter-on{
    display: block !important;
}
@media screen and (max-width: 700px) {
    #morse-text {
        font-size: 1em;
    }
    .deactivated {
        visibility: hidden;
    }
    #sentence{
        left:10px;
        top:10px;
        width:fit-content;
    }
    #currentLetter {
        position: fixed;
        top: 50px;
        width: fit-content;
        background-color: #cac0a7;
        padding: 10px;
        border: 2px solid black;
        border-radius: 5px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    #currentWord{
        margin: 0;
        position: fixed;
        right:10px;
        top:10px;
    }
    #slideshow {
        position: absolute;
        z-index: -1;
        width: 80% !important;
        margin-left:10%;
        height: 100% !important;
        object-fit: cover !important;
    }
    .text {
        font-size: 1em;
    }
    .peeper{
        display: none;
    }
}   
