.iu-album-temp{
    padding-left: 10px;
}
.iu-album-temp .JS_profolio_project_item{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}
.iu-album-temp .card{
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0.5px solid #E6E8EB !important;
    text-decoration: none !important;
}
.iu-album-temp .JS_profolio_project_item img,
.iu-album-temp .card-img-top{
    width: 100%;
    max-width: 100% !important;
    height: 211px;
    border-radius: 0;
    object-fit: cover;
}
.iu-album-temp .JS_profolio_project_item img,
body.iu-content-width-full .iu-album-temp .card-img-top{
    height: 250px !important;
}
.iu-album-temp .card-body{
    padding: 5px 15px;
}
.iu-album-temp .card-title{
    font-weight: bold;
    color: #666;
    margin-bottom: 0;
}

/* For Admin Panel */
.wp-admin .iu-album-temp{
    padding-left: 0;
}
