.pl_issue {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-grow: 1;
        flex-wrap: wrap;
        margin-top: 0px;
        float: left;
        height: auto;
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
        position: relative;
        -webkit-text-size-adjust: none;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
        padding: 0px;
}
.pl_issue a {
        display: contents;
}
.pl_issue_title {
        width: 100%;
        line-height: 30px;
        font-size: 16px;
        font-weight: 400;
        color: white;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 5px 5px -5px black;
        -moz-box-shadow: 0 5px 5px -5px black;
        box-shadow: 0 5px 5px -5px black;
}

.pl_issue_item {
        position: relative;
        width: 230px;
        aspect-ratio: 185 / 240;
        height: calc(230px * 240/185);
        float: left;
        overflow: hidden;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-box-shadow: 0 5px 5px -5px black;
        -moz-box-shadow: 0 5px 5px -5px black;
        box-shadow: 0 5px 5px -5px black;
        border-radius: 0px;
        transition: all 0.5s ease;
        margin-bottom: 20px;
        background: red;
}

.pl_issue_item:hover  {
        cursor: pointer;
    
}



.pl_issue_item_date {
        height: auto;
        width: 100%;
        padding: 3px 10px 5px 10px;
        position: absolute;
        text-align: center;
        color: #333;
        font-weight: 400;
        left: 0;
        top: 0;
        background-color: rgba(234,234,234, 0.8);
        border-radius: 0 0 0 0;
        -webkit-box-shadow: 0 5px 5px -5px black;
        -moz-box-shadow: 0 5px 5px -5px black;
        box-shadow: 0 5px 5px -5px black;
        transition: all 0.5s ease;
}
.pl_issue_item:hover .pl_issue_item_date {
        background-color: #c2c2c2;
        
   }





.pl_issue_item_text {
    height: auto;
        padding: 5px;
        text-align: center;
        width: 100%;
        float: left;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        min-height: 65px;
        color: #333;
        border-top: 3px solid white;
        background-color: #eaeaea;
        background-color: rgba(234,234,234, 0.8);
        transition: all 0.5s ease;
        display:table; 
    text-transform: uppercase;
     -webkit-text-size-adjust: none;	
	-webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    
  
}

    

.pl_issue_item:hover .pl_issue_item_text {
        background-color: #c2c2c2;
    
}



.pl_issue_itemxxx:hover  {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.vert {display: table-cell;
  text-align: center;
  vertical-align: middle;
 font-weight: 400;}

@media screen and (max-width: 999px) {
    
   
    .pl_issue_item {
        
        width: 32%;
        height: calc(32% * 240/185);
    
    
    
    
    
    }
    
    
    .pl_issue_item_text {
    
                min-height: 60px;
}
   
    
}





@media screen and (max-width: 700px) {
         .pl_issue {
        padding: 0px;   
}
    
    .pl_issue_item {
        
        width: 48%;
        height: calc(48% * 240/185);
    
    
    
    
    
    }
    
    .pl_issue_item_date {
        height: auto;
        width: 100%;
    text-align: center;
        border-radius: 0 0 0 0;
        background-color: #c2c2c2;
       
    
    }
    
 
    
    
    
    
    
    .pl_issue_item_text {
    
        font-size: 12px;
                min-height: 50px;
        background-color: #c2c2c2;
               
}
    
    .vert {
 font-weight: 600;}
    
}