html {
  position: fixed;  /* prevent bouncing effect on mobile device*/
}

body, ul, li {
    margin: 0;
}
body {
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    background: none;
    border: 0;
    left: 0;
}
.bxslider h2 {
    font-size: 15px;
    padding: 10px;
    color: white;
}
.bx-controls {
    display: none;
}
#wrapper {
    width:100%;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #aaa;
    background: #e3e3e3;
}
#scroller {
    /*width: 2100px;*/
    height: 100%;
    float: left;
    padding: 0;
}
#scroller ul {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}
#scroller li {
    background:#242428;
    display: block;
    float: left;
    /*width: 300px;*/
    height: 20rem;
    text-align: center;
    font-family: georgia;
    font-size: 18px;
    line-height: 140%;
}
#nav {
    width:100%;
    float: left;
    margin-bottom: 0.6rem;
}
#prev, #next {
    float: left;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
    width: 80px;
}
#next {
    float: right;
    text-align: right;
}
#indicator, #indicator > li {
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
#indicator {
    width: 110px;
    padding: 12px 0 0 0px;
    position: absolute;
    left: 43%;
}
#indicator > li {
    text-indent: -9999em;
    width: 8px;
    height: 8px;
    background: #ddd;
    overflow: hidden;
    margin-right: 4px;
}
#indicator > li.active {
    background: #888;
}
#indicator > li:last-child {
    margin: 0;
}
.container{
    background:#242428;
}
body{
    background:#242428 !important;
}
html{
    background:#242428;
}
.yk-h1 > p{
    float:left;
    color:#ffffff;
    width:33%;
}