
.cinema_setup{
            padding:4px;
            float:left;
            width: 48%;  


}
.cinema_text{
    position: relative;
    width: 100%;
    border: 1px solid #a6a6a6; 
    
}

.cinema_text:hover {
    border: 1px solid #4da6ff;
}



.cinema_textone {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 12px;
    padding:4px;

     white-space: break-word; 
     overflow: hidden; 
     color: #FFF;  
     background: rgba(54, 25, 25, .6);


}
.cinema_img {
    border: 0px solid #ccc;
   width:100%;
    height:170px;
}



div.cinema_desc {
    padding: 15px;
    text-align: center;
    border: 0px solid #ccc;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    height:60px;
}



@media only screen and (min-width: 150px) and (max-width: 600px){

div.cinema_desc {
    padding: 8px;
    text-align: center;
    border: 0px solid #ccc;
    font-size: 12px;
    margin-bottom: 15px;
    height:40px;
}

.cinema_setup{
                padding:4px;
                float:left;
width: 100%;

}



}