.infoi {
  float:left;
  width: 100%;
  height: 100%;
  position: relative;
 
}

.infoiside {
  z-index: 10;
     position:absolute;
    bottom:-15px;
    right:10px;
}


.infoismall{

  
  width: 100%;
  height: 100%;
  
}

.infoisidesmall {
   float:left;
     z-index: 10;
     position: relative;
    top: 230px;
    left:105px;
 
}


.box div span { transition: all .2s ease-in-out; }
.box div span:hover { transform: scale(1.1); }
.box div {width:100%; overflow: hidden;}


/*edit user tiny photo avatars*/
	.ipsUserPhoto_ctiny img, img.ipsUserPhoto_ctiny, .ipsUserPhoto_ctiny:after {
				width: 40px;
		        height: 40px;
			border-radius: 27px;
      box-shadow: 0 3px 7px 0 rgba(40,54,99,.63);
            background-color: #fff;
    padding: 2px;
		
	}