.panel-gdpr {
    position: relative;
}

.gdpr-badge {
    width: auto;
    height: 110px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#cookies-eu-banner {
    position: fixed;
    bottom: 0;
	margin-bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10000;
    background-color: #505b72;
    border-color: #505b72;
}
#cookies-eu-more {
    border-bottom: 1px dashed #d24d33;
}

@media (min-width: 360px) and (max-width: 718px) {
	#cookies-eu-banner .btn-xs {
		display: block;
		margin-top: 5px;
	}
}

@media (max-width: 600px) {
	.gdpr-badge {
		display: none;
	}
}