.hover-red:hover{
    color:darkred;
}

.single-team-member .img{
    height: 300px;
    width: 360px;
    overflow: hidden;
}

.single-team-member .img img{
    height: 360px;
    width: 360px;
    object-fit: cover;
}

#project-section .project-gallery .single-img{
    height: 360px;
    width: 360px;
    object-fit: cover;
    overflow: hidden;
}



#project-section .project-gallery .single-img img{
    height: 360px;
    width: 360px;
    object-fit: cover;

}

@media only screen and (max-width: 1199px) {
    .single-team-member .img{
        width: 100%;
        height: auto;
        overflow: inherit;
    }

    #project-section .project-gallery .single-img{
        height: 300px;
        width: 300px;
        object-fit: cover;
        overflow: hidden;
    }


    #project-section .project-gallery .single-img img{
        height: 300px;
        width: 300px;
        object-fit: cover;

    }
}

@media only screen and (max-width: 991px) {

    #project-section .project-gallery .single-img{
        height: 300px;
        width: 300px;
        object-fit: cover;
        overflow: hidden;
    }


    #project-section .project-gallery .single-img img{
        height: 300px;
        width: 300px;
        object-fit: cover;

    }
}




@media only screen and (max-width: 767px) {
    .single-team-member .img{
        width: 100%;
        height: auto;
        overflow: inherit;
    }
}


@media only screen and (max-width: 648px) {

    #project-section .project-gallery .single-img{
        height: 250px;
        width: 250px;
        object-fit: cover;
        overflow: hidden;
    }


    #project-section .project-gallery .single-img img{
        height: 250px;
        width: 250px;
        object-fit: cover;

    }
}

@media only screen and (max-width: 551px) {

    #project-section .project-gallery .single-img{
        height: auto;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
    }


    #project-section .project-gallery .single-img img{
        height: auto;
        width: 100%;
        object-fit: cover;

    }
}

.ss-white-font-color, .ss-white-font-color:visited, .ss-white-font-color:hover, .ss-white-font-color:active {
    color: white;
    text-decoration: none;
}