html, body {
    margin: 0;
    padding: 0;
}
div[data-namespace="grid"]{
    overflow: hidden;
    /*overflow-x: scroll;*/
    height: 100vh;
}
#barba-wrapper{
    overflow-x: hidden !important; 
}

div[data-namespace="grid"], div[data-namespace="detail"]{
    position: absolute;
    top:0;
    left: 0;
      /*overflow-y: hidden;*/

}
div[data-namespace="news-item"],div[data-namespace="studio-item"]{
    position: absolute;
    top:0;
    left: 0;
      /*overflow-y: hidden;*/

}
.link-list{
    transform: translateX(-450px);
    width: 2700px;
}
.intro-thumb {
    display: inline-block;
    height: 100vh;
    width: 450px;
    margin: 0;
    padding: 0;
    position: relative;
    /*margin-left: -5px;*/
    top:0;
}
.intro-thumb-news {
    display: inline-block;
    height: 100vh;
    width: 450px;
    margin: 0;
    padding: 0;
    position: relative;
    /*margin-left: -5px;*/
    top:0;
}
.header11{
    width: 100%;
    height: 100vh;
}
.full {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.intro-thumb-news .full{
    display: inline-block;
}
a.back {
    color: aqua;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.barba-container {
    display: block;
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*overflow-x: hidden;*/
}
.content{
    /*z-index: 10;*/
    color: red;
    position: relative;
}

a.nav {
    font-family: 'Source Sans Pro', serif;
    display: block;
    position: fixed;
    text-decoration: none;
    top: 25vh;
    background: #555;
    color: #fff;
    padding: 10px;
    z-index: 99;
}

a.nav.next {
    right: 0;
}

a.nav.prev {
    left: 0;
}