#banner{
    height: 100vh;
    background: url(../images/site/banner.jpeg);
    background-size: cover;
    background-position: center;
    
}
.zoom{
    top: 50%;
    margin: -23px 0px 0px;
    right: 0px;
    left: 48%;
}
.logo{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dt-sc-ico-content.type2 h4{
    display: inline;
    color: #fde74a;
}
.add-slider li{
    max-height: 345px;
    overflow: hidden;
}
#main .dt-sc-hr-green-title{
    color: #fff;
}
.col-md-5{
    width: 40%;
    padding: 15px;
    float: left;
}
.col-md-5 img{
    width: 100%;
}
.col-md-7{
    width: 60%;
    float: left;
    padding: 15px;
}
.col-md-7 p{
    font-size: 16px;
    margin-top: 70px;
    line-height: 30px;
}
.product-thumb img{
    height: 320px
}
.products{
    display: block;
    margin: 0 auto;
}
.books.container{
    max-width: 330px;
}
.headthird{
    color:#ffecb5 
}

.ojahi-ac{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-ojhai-acting{
    margin-top: 30px;
}




@media(max-width: 768px){
    #banner {
    height: 34vh;
    background: url(../images/site/banner.jpeg);
    background-size: cover;
    background-position: center;
}
    .add-slider li{
    max-height: 187.5px;
    overflow: hidden;
}
    .col-md-5{
    width: 100%;
}
.col-md-7{
    width: 100%;
   
    padding: 15px;
}
    
    .ojahi-ac.container,.bio.container{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-7 p{
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
}
    
}

@media only screen and (max-width: 479px) and (min-width: 320px){
.logo img {
    display: inline-block;
    max-width: 190px;
}
}


