.vip img {
	-webkit-filter: blur(2px) grayscale(1) !important;
    filter: blur(2px) grayscale(1) !important;
}

#banners {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.btn-dark {
    cursor: pointer;
    margin-top: 10px;
    padding: 12px 22px;
    display: inline-block;
    background: #000;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff !important;
    font-size: 10px;
    line-height: 12px;
    border: 1px solid #666;
    text-transform: uppercase;
	outline: none;
	position: relative;
	overflow:hidden;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.btn-dark:hover {
	background: #fff;
	color: #000 !important;
    font-weight: 400;
    border: 1px solid #fff;
}