

.bg-header {
    position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
}
.portfolio-description h5 {
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #9c9c9c;
}
.bg89-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.bg89-slide-caption {
    width: 50%;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.bg89-slide-caption h1 {
    font-weight: 900;
    font-size: 30px;
    padding: 5px;
    margin-bottom: 5px!important;
}
.bg89-slide-caption p {
    font-size: 20px;
    margin: 5px;
}
.detail-proimg-bg {
    position: relative;
    background-size: cover; height: 200px; width: 100%;
}
h4 span {
    font-weight: 100;
}
.detail-proimg-title {
    position: absolute;
    bottom: 5px;
    background-color: #00000091;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}
li.list-group-item a {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    .bg89-slide-caption h1 {
        font-weight: 900;
        font-size: 20px;
        padding: 5px;
        margin-bottom: 5px!important;
    }
    .bg89-slide-caption p {
        font-size: 12px;
        margin: 5px;
    }

}
