

.custom-banner-wrapper {
    position: fixed;
    z-index: 500;
    bottom: 6px;
    margin-left: 10px;
    max-width: 700px;
    background: #ffffff00;
}

.custom-banner-wrapper img {
    width: 100%;
}

.custom-banner-close {
    position: absolute;
    top: 6px;
    right: 14px;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
}

@media (max-width: 768px) {
	.custom-banner-wrapper {
    	bottom: 57px; 
        max-width: calc(100% - 20px);
	}
}

