#wedevs-project-manager .addProjectImageButtonClass {
    width: 80px;
    height: 60px;
    position: relative;
    display: block;
}

#wedevs-project-manager .displayProjectImg {
    margin-right: 20px;
    position: relative;
}
#wedevs-project-manager .displayProjectImg .dashicons-media-document{
    width: 100%;
    height: 100%;
    font-size: xxx-large;
}
#wedevs-project-manager .displayProjectImg img{
    max-width: 100%;
    max-height: 100%;
}
#wedevs-project-manager .editProjectImg span{
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: transparent;
    text-shadow: 0 0 0 #2196f3;
    &:focus {
        outline: none;
    }
}

.projectImgClass {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.projectImgClass img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
}
.projectImgClass span.dashicons-media-document{
    width: 100%;
    font-size: xxx-large;
    text-align: center;
    height: 100%;
}
