*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    padding: 10px 0;
    background-color: #281912;
    width: 100%;
    height: 100%;
}
.mnc{
    width: 100%;
    text-align: center;
    padding: 10px 20px;
}
.mnc img{
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 2000px;
    height: auto;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.1);
}
#prev, #next{
    display: block !important;
    position: fixed !important;
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
    margin-top: -20px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
#prev{
    left: 5px !important;
    background-image: url(../img/prev.png) !important;
}
#next{
    right: 5px !important;
    background-image: url(../img/next.png) !important;
}
#prev span, #next span{
    display: none !important;
}
a{
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 99;
}