#section-about-us-2 {
    background-color:#f5f5f5 !important;
    /* height: 960px; */
}
#section-portfolio {
    height: auto !important; 
}
#view-all-projects{
    height: inherit;
}
#section-fun-facts{
    padding: 0 !important
}
#gallery {
    top: 5%;

}
.img-center {
    position: inherit;
    margin: auto;
    display: flex !important;
}
.de_nav{
    margin-bottom: 60px !important;
}
.services-icon-text{
    margin-top: 20px;
}
.services-info {
    height: 100px;
    max-width: 50em;
    margin: auto;
}
.picframe {
    cursor: pointer;
}
.project-name{
    color: #000;
}
.captions{
    top: 10em !important;
    position: absolute;
}
@media only screen and (max-width: 480px) {
    .captions{
        top: 0em !important;
        position: absolute;
        left: 4em;
    }
    .big-white,.sft {
        font-size: 12px !important;
    }
    .ultra-big-white {
        font-size: 16px !important;
        overflow: visible;

    }
}