.disclaimer_ebay {
    position: fixed;
    border: 3px solid #dfe3ed;
    background: #f3f4f8;
    bottom: 12px;
    left: auto;
    z-index: 999;
    max-width: 760px;
    padding: 12px;
    border-radius: 8px;
}

@media screen and (max-width: 480px) {
	.disclaimer_ebay {
	    bottom: 0;
	    left: 0;
	    border: 0;
	    border-top: 3px solid #dfe3ed;
	    z-index: 99999999;
	    max-width: 600px;
	    padding: 12px;
	    border-radius: 0;
	    box-shadow: none;
	    font-size: 12px;
	}
}