.btn { -webkit-transition: .1s all; transition: .1s all; -webkit-transform: scale(.95); transform: scale(.95); -webkit-box-shadow: none; box-shadow: none }
.banner .prev-apps button:hover, .btn:hover{background:#FFF !important;color:#d31448;}
.banner .prev-apps button:active, 
.banner .prev-apps button:focus,
.btn:active,
.btn:focus{background:#666 !important;border:3px solid #666 !important;}
.app-section .details, .page-lock-cont{position:relative;}
.app-section .details .page-lock{
	position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	cursor:not-allowed;
}