/* Fullbanner Mobi */
.banpos1 {
    width: auto;
    float: none;
    text-align: center;
}

.banpos1.superbanner-fixed {
    background: #f3f3f3;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2000;
    opacity: 1;
    margin: 0;
    padding: 15px 0;
}

/* Superbanner Mobile */
@media (max-width: 660px) {
	.btn-fullbanner-close { 
	   display: block;
	   content: ".";
	   background-color: #f1f1f2;
	   background-image: url(../images/_old/x_close_2.png);
	   background-size: auto;
	   background-position: center center;
	   background-repeat: no-repeat;
	   width: 11px;
	   height: 11px;
	   position: absolute;
       top: 0px;
	   left: 50%;
	   will-change: transform;
	   transform: translate(139px,-100%);
	   text-indent: -9999em;
	   overflow: hidden;
	   color: #6d6f71;
	   font-size: 0;
	   border: solid 1px #dbdde1;
	   border-bottom: 0;
	   cursor: pointer;
	   border-radius: 4px 4px 0 0; 
	   padding: 5px;
	}
}

/* Superbanner Desktop */
.superbanner.superbanner-fixed {
    background: #f3f3f3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    transform: translateY(0);
    margin: 0 auto;
    z-index: 2000;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}