body {font-family: "Source Sans Pro", Helvetica, sans-serif;}
.boxNew {
        height: 48px;
        width: 260px;
        position: relative;
        display: inline-block;
}
.imgNew {
        position: absolute;
        height: 25px;
        top: 2px;
        width: 25px;
        background-color: transparent;
}
.labelnameNew {
        position: absolute;
        height: 38px;
        font-size: 18px;
        line-height: 18px;
        top: 17px;
        left: 54px;
        width: 205px;
        overflow: hidden;
		/* color: white; */
}
.zoomout img {animation: flipy 2500ms ease-in 0s infinite alternate;}
@keyframes flipy {
    0% {transform: rotateY(0);}
    100% {transform: rotateY(360deg);}

}