.page-loader {
    background: #252525f7;
}
.page-loader:before{
    content: none;
}
.navbar-collapse-wrapper{
    background-color: #000000c9;
    border-radius: 10px;
}
.no-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    background-color: #f7f7f7;
    border: 1px solid #dedbdb;
    color: #c2c2c2;
    user-select: none;
}
.no-image i{
    font-size: 5rem;
}
.no-image p{
    font-weight: 300;
    font-size: 1.3rem;
    margin-top: 10px;
}
.no-image.thumb{
    min-height: 300px;
    border-radius: unset !important;
    border: unset;
}
.no-image.thumb p{
    font-size: 1rem;
}
@media  screen and (max-width:768px) {

    .mt-n21 {margin-top: -6.5rem!important;} 
    .no-image{ min-height: 300px;}
    .no-image p{font-size: 1.1rem;}
    .no-image i{font-size: 3.5rem;}

}