#play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(../custom/images/btn_play.png) no-repeat 50% 50%;
    background-size: auto, cover;
    z-index: 10;
}

.sk-rotating-plane {
    background: url(../custom/images/logo_square.png) no-repeat #FFF;
	background-size: 40px 40px;
}