
.jkm_portfolioContent {
  position: relative;
}
.JKM_iimmg {
    display: block;
    width: 300px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 1px;
    margin: 0 auto;
}


.JKM_iimmg img {
    bottom: -570px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin:0;
    padding:0;
    -webkit-transition: top 9s;
    -moz-transition: top 9s;
    -ms-transition: top 9s;
    -o-transition: top 9s;
    transition: bottom 9s;
}
.JKM_iimmg:hover img {
  bottom: 0;
  -webkit-transition: all 9s;
  -moz-transition: all 9s;
  -ms-transition: all 9s;
  -o-transition: all 9s;
  transition: all 9s;
}



.trufedu {
    display: block;
    width: 300px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 1px;
    margin: 0 auto;
}


.trufedu img {
    bottom: -1230px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin:0;
    padding:0;
    -webkit-transition: top 9s;
    -moz-transition: top 9s;
    -ms-transition: top 9s;
    -o-transition: top 9s;
    transition: bottom 9s;
}
.trufedu:hover img {
  bottom: 0;
  -webkit-transition: all 9s;
  -moz-transition: all 9s;
  -ms-transition: all 9s;
  -o-transition: all 9s;
  transition: all 9s;
}


.plexusinfotech {
    display: block;
    width: 300px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 1px;
    margin: 0 auto;
}


.plexusinfotech img {
    bottom: -245px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin:0;
    padding:0;
    -webkit-transition: top 9s;
    -moz-transition: top 9s;
    -ms-transition: top 9s;
    -o-transition: top 9s;
    transition: bottom 9s;
}
.plexusinfotech:hover img {
  bottom: 0;
  -webkit-transition: all 9s;
  -moz-transition: all 9s;
  -ms-transition: all 9s;
  -o-transition: all 9s;
  transition: all 9s;
}