.UIBannerControl {
    position: relative;
    z-index: 20;
}
.UIBannerControl .co {
    position: absolute;
    right: 1px;
    top: 160px;
}
@media only screen and (max-width: 768px){
	div.UIBannerControl .co{
    	position: absolute;
    	right: 50px;
    	top: 62px !important;    
    }
}
/*
html{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
}*/