.fancybox-close-small {
		    background: transparent;
		    border: 0;
		    border-radius: 0;
		    color: #FFFFFF;
		    background: #000000;
		    cursor: pointer;
		    opacity: .8;
		    padding: 5px;
		    position: absolute;
		    right: -15px;
		    font-size: -13px;
		    top: -17px;
		    border-radius: 50%;
		    z-index: 401;
		    width: 30px;
		    height: 30px;
}

.fancybox-close-small .fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}