.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.card-blog .card-description {
    text-align: right;
    color: #4e4e4e;
}

.card-blog .card-title {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 0.6rem;
}



@media (min-width:320px)  {
    .intro {
        background-attachment: local;
        background-size:100% 100%!important;
        background-position: center;
        background-size: cover;
        color: #fff;
    } 
}
@media (min-width:480px)  {
    .intro {
        background-attachment: local;
        background-size:100% 100%!important;
        background-position: center;
        background-size: cover;
        color: #fff;
    } 
 }
@media (min-width:600px)  { 
    .intro {
        background-attachment: local;
        background-size:100% 100%!important;
        background-position: center;
        background-size: cover;
        color: #fff;
    } 
 }
@media (min-width:801px)  {
    .intro {
        height: 100vh!important;
        position: relative;
        color: #fff;
    }
}
@media (min-width:1025px) {
    .intro {
        height: 100vh!important;
        position: relative;
        color: #fff;
    }
}
@media (min-width:1281px) {
    .intro {
        height: 100vh!important;
        position: relative;
        color: #fff;
    }
}

.bg-image {
    background-size: cover!important;
    background-attachment: local;
    /* background-size: 100% 100%!important; */
    /* background-position: center; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}

.gg::before{
    background-image: url(../images/bg-intro1-small.jpg);
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    /* background: url(photos/2452.jpg) no-repeat center center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.gg2::before{
    background-image: url(../images/bg-intro1-small.jpg);
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    /* background: url(photos/2452.jpg) no-repeat center center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}