@charset "utf-8";
/* CSS Document */
.homepage-asset-content {
	width: 100%;
}

.homepage-asset-content * {
line-height:0;
margin:0 0 -1px 0;
}

.flyout-x {
  color: #000;
  position: relative;
  left: 172px;
  top: 20px;
  cursor: pointer;
}

@media screen and (min-width:768px) {
  .flyout {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1000;
    width: 189px;
  }
}

@media screen and (max-width:767px) {
  .flyout {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 60%;
    z-index: 1000;
    width: 130px;
  }
  .flyout-x {
    color: #000;
    position: relative;
    left: 118px;
    top: 18px;
    cursor: pointer;
  }
}