/* CSS Document */
.menu {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.trf,
.trf a {
    transition: all 0.3s linear 0s;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.view {
    float: left;
    height: 400px;
    margin: 0 0.223% 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 24.777%;
}
.s_link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}
.view-tenth img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
}
.view img {
    display: block;
    position: relative;
}