#mg_kontainer {
    display: flex;
    width: 610px;
    height: 420px;
    margin: 20px auto;
    padding: 0px;
    justify-content: space-around;
    align-items: center;
}

#mg_middle {
    flex-shrink: 0;
    overflow: hidden;
    width: 560px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.5), -2px -2px 5px rgba(50, 50, 50, 0.5);
}

#mg_left,
#mg_right {
    display: flex;
    width: 70px;
    justify-content: space-around;
    align-items: center;
    opacity: 0.7;
}

#mg_left img {
    transform: rotate(180deg);
    width: 70px;
    margin-right: -40px;
}

#mg_right img {
    width: 70px;
    margin-left: -40px;
}

#mg_foto {
    transition: all 0.5s;
}