﻿.overlayThumbnailListItem {
    width: 180px;
    height: 180px;
}


@media screen and (max-width: 770px) {
    .imageModal-content {
        width: 100%;
    }
   
    .cmpt-folder-list-card-item {
        width: 160px;
        height: 345px;
    }
}

@media screen and (min-width: 771px) {
    .cmpt-folder-list-card-item {
        width: 220px;
        height: 415px;
    }
   
    }

    
