.auto-width-feature {
    width: 100% !important;
}
.auto-height-feature{
    height: 100% !important;
}
.p-box-home{
    margin-bottom: 20px !important;
} 
.display-title{
    text-align: center;
    padding: 50px 0;
    font-weight: 600;
    font-size: 30px;
    color:#677077;
}
.footer-center{
    /* max-width: 1310px;  */
    margin: 0 auto; background: #fff; padding: 0 70px; position: relative;
}
.modal-body p{
    line-height: 1.5em;
}
.text-align-right{
    text-align: right;
}
.footer-container {
    font-size: 14px;
    line-height: 25px;
    color: #808080;
    margin-bottom: 25px;
    max-width: 70%;
}
.footer-top-line{
    border:1px solid #808080;
}
.portfolio-section{
    padding: 20px 0;
}
.grid-item{
    padding: 10px 0;
} 
.video-klip{
    width:400px;
} 


.horizontal-scroll-wrapper {
    background: #abc;
    display: block;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 60px;
    position: absolute;
    transform: rotate(-90deg) translateY(-80px);
    transform-origin: right top;
  }
  
  .horizontal-scroll-wrapper > div {
    background: #cab;
    height: 60px;
    margin: 10px;
    padding: 5px;
    transform: rotate(90deg);
    transform-origin: right top;
    width: 60px;
  }