body {
    -webkit-animation: fadein 2s;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

.selector {
    overflow: scroll;
    display: block;
}

html {
    overflow-y: hidden;
    height: 100%;
}

body {
    background-size: contain;
    height: 100%;
}

::-webkit-scrollbar {
    display: none;
}

.image {
    height: 100%;
    width: 100%;
    opacity: 0.95;
    transition: .5s ease;
}

.workContainer {
    width: 500px;
    height: 285px;
    text-align: center;
    position: relative;
}

.workContainer:hover .textWork {
    opacity: 1;
}

.workContainer:hover .imageWork {
    opacity: 0.6;
}

.textWork {
    opacity: 0;
    transition: .5s ease;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    padding: 30px;
}

.imageWork {
    opacity: 0.9;
    height: 100%;
    width: 100%;
}

.containerTextWork {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#tabella1 {
    display: flex;
}

#tabella2 {
    display: flex;
}

#pannello {
    height: 100%;
}

#containerWorkTables {
    display: flex;
    height: 100%;
    align-items: center;
}

.text {
    font-size: 20px;
}

.centerImg {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

table:hover {
    cursor: pointer;
}

#bottoneReturn {
    height: 100px;
    width: 100px;
    position: absolute;
    z-index: 10;
}

#frecciaImg {
    z-index: 20;
    margin-left: 20px;
    margin-top: 20px;
    width: 60px;
    height: 60px;
}

#contenioreFreccia {
    background-color: red;
    height: 100%;
    width: 100%;
}

#AlwaysAtWorkContainer {
    width: 1200px;
    height: 100%;
    text-align: center;
    cursor: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#AlwaysAtWorkText {
    font-size: 60px;
    color: white;
}

.spacer1 {
    width: 250px;
    height: 100%;
}

.spacer2 {
    width: 500px;
    height: 100%;
}

.textWorkSub {
    font-size: 18px;
}

.electronicArt {
    width: 70%;
    height: 70%;
}

@media only screen and (max-width: 600px) {
    .workContainer {
        width: 300px;
        height: 180px;
        text-align: center;
        position: relative;
    }
    .spacer1 {
        width: 150px;
    }
    .spacer2 {
        width: 300px;
    }
    .textWork {
        opacity: 1;
        font-size: 30px;
    }
    .slider {
        height: 300px !important;
    }
    .slides {
        height: 220px !important;
    }
    .imageWork {
        opacity: 0.6;
    }
    .textWorkSub {
        font-size: 14px;
    }
    #AlwaysAtWorkContainer {
        width: 800px;
    }
    .electronicArt {
        width: 100%;
        height: 100%;
    }
    .modal {
        max-height: 80%;
    }
    .text {
        font-size: 15px;
    }
}