#references-container{
    background-repeat: no-repeat;
    background-size: cover;
  height: 100%;
    position: relative;
    overflow-x: hidden;
}

pre{
    display: none;
}

section[id*=-container] hgroup {
    margin-left: 10%;
    padding-top: 150px;
    max-width: 800px;
    color: white;
}

.owl-pagination{
    display: none;
}

.owl-prev{
    cursor: pointer;
    position: absolute;
    bottom: 80px;
    left: -50px;
    background: none;
}

.owl-prev .glyphicon{
    font-size: 30px;
    color: white;
}

.owl-next .glyphicon{
    font-size: 30px;
    color: white;
}

.owl-next{
    cursor: pointer;
    position: absolute;
    bottom: 80px;
    right: -50px;
}

#owl-carousel{
    display: inline-block;
    width: 80%;
    float: left;
    height: 190px;
    border: 1px solid;
    padding-top: 30px;
    background: #fff;
    bottom: 40px;
    left: 10%;
    margin-top: 10%;
}


.owl-item{
    display: inline-block;
    vertical-align: middle;
    max-height: 130px;
    text-align: center;
}


.owl-carousel .owl-item{
    float: none;
}

.owl-carousel .owl-item img{
    width: auto !important;
    max-height: 130px !important;
    max-width: 200px !important;
    display: inline-block !important;
}



@media screen and (max-height: 750px) {
    section[id*=-container] hgroup > h1::after {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 992px) {
    body {
        overflow: initial !important;
    }
    section[id*=-container] {
        height: 480px;
    }
    section[id*=-container] hgroup > h1 {
        font-size: 25px;
    }
    section[id*=-container] hgroup > h1::after {
        width: 50%
    }
    section[id*=-container] hgroup > h4 {
        font-size: 17px;
        padding-bottom: 10px;
    }
    section[id*=-container] hgroup {
        margin-left: 0;
        margin: 0px 5%;
    }
    .scroll_down{
      display: none;
    }
    #owl-carousel{
        width: 90%;
        left: 5%;
    }
    #inner{
        height: 100%;
    }
    
}


@media screen and (max-width: 450px){
    .owl-prev .glyphicon{
        display: none;
    }
    .owl-next .glyphicon{
        display: none;
    }

}


@media screen and (max-width: 750px){
    #owl-carousel .glyphicon{
        font-size: 20px;
    }
    .owl-prev{
        left: -40px;
    }
    .owl-next{
        right: -40px;
    }
}

@media screen and (max-width: 530px){
    .owl-prev{
        left: -35px;
    }
    .owl-next{
        right: -35px;
    }
}

@media screen and (max-height: 600px){
    #references-container{
        min-height: 100%;
    }
}


