/*style  for responsive */
@media (min-width:375px) {
    .imgBorder {
        padding: 2px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: solid 1px #f0f0f0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
        width:50px;
    }
}

@media (min-width:768px) {
    .imgBorder {
        padding: 2px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: solid 1px #f0f0f0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
          height:55px;width:100px !important;
    }
}

@media (min-width:992px) {
    .imgBorder {
        padding: 2px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: solid 1px #f0f0f0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
         height:55px;width:100px !important;
    }
}

@media (min-width:1200px) {
    .imgBorder {
        padding: 2px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: solid 1px #f0f0f0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
          height:67px;width:120px !important;
    }
}
/*=================*/
