#flx-sticky {
	display:none
}

@media only screen and (max-width:600px) {
  BODY {
      margin-top:100px!important
  }

  div#flx-sticky {
 	display: flex;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	transition: fadeOut 0.5s ease;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-end;
  }

  div.flx-sticky-container {
    	width: 100%;
	height: 100px;
	min-height: 100px;
	overflow: hidden;
	background-color: #fafafa;
	border-bottom: 1px solid #e8eef9;
	display: flex;
	flex-direction: column;
  }

  div.flx-320x100 {
    	margin: 0 auto;
	width: 100%;
	height: 100px;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .flx-sticky-close {
    	margin-left: auto;
	order: 2;
	height: 24px;
	width: 24px;
	color: #123;
	line-height: 1.3rem;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #e8eef9;
	border-bottom: 1px solid #e8eef9;
	background-color: #fafafa;
	border-radius: 0 0 0 3px;
	display: inline-block;
	margin-top: -2px;
  }

}
