.appbox-big {width:40%;float:left;margin-right:10%;margin-bottom:30px;}
.appbox-big > div:nth-child(1) {width:70px;height:70px;float:left;background-size: cover;margin:30px}
.appbox-big > div:nth-child(2) {font-size: 24px}
.appbox {display: inline-block;width:140px;height:160px;overflow: hidden;}
.appbox > div {margin:10px;margin-left:0px;margin-right:25px;margin-left:25px}
.appbox > div:nth-child(1) {height:100px;width:100px;background-size: cover;
background-size:40%;background-position:center center;background-repeat: no-repeat;border:solid #f0f0f0 1px;
border-radius: 100px;border:solid #f0f0f0 1px;opacity: 0.5;background-color: transparent}
.appbox > div:nth-child(2) {text-align: center;font-size: 13px;padding-left:10px;position:relative;top:-10px}
.appbox:hover > div:nth-child(1) {opacity: 1;background-color: #fdfdfd}
.appbox:hover > div:nth-child(2) {color:;cursor: default}

