.fancybox {
  float: left;
  clear: both;
  width: 500px;
  padding: 20px;
  background: #E0F0F3;
}

.fancybox .innerbox {
  float: left;
  width: 100%;
  overflow: hidden;
}
