html,
body {
    height: 100%;
    width: 100%;
    background: url(assets/images/home-bg8.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
}
#header_section {
    height: 100%;
    width: 100%;
}
.header_overlay{
    padding: 15px 15px;
}

.container{
    padding-top: 15px;
    background: rgba(255,255,255,0.3);
    border-radius: 15px;
}
.content_single img{
    width: 100%;
    border-radius: 15px;
}
.content_single{
    padding: 15px 15px;
    color: #000;
    font-size: 18px;
}

@media only screen and (max-width:970px){
    .login_btn a{
    top: 20px;
    }
}
@media only screen and (max-width:767px){
    html,
body {
    height: 100%;
    width: 100%;
    background: url(assets/images/mob-home-bg8.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
}
    .content_single{
    padding: 15px 15px;
    color: #000;
    font-size: 15px;
}
}

