.card1:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card1-shadow{
    box-shadow: #0000008c 10px 10px 20px;
}

.nav-link.active {
    /*color: rgb(246, 193, 125) !important;*/
    color: rgb(216, 182, 100) !important;
}

.containeruu {
    position: relative;
    width: 100%;
    opacity: 1;
}

.middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text {
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.trailerpeli {
    width: 100%;
    height: auto;
    max-height: 500px;
}