/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * import this file using the following html or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * wrap all styles inside advertise class container
 */
/* line 9, ../src/advertise/sass/front.scss */
.adv-banner {
  position: relative;
  overflow: hidden;
}
/* line 13, ../src/advertise/sass/front.scss */
.adv-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 20, ../src/advertise/sass/front.scss */
html.no-flash .adv-banner embed, html.no-flash .adv-banner object {
  visibility: hidden;
}
/* line 23, ../src/advertise/sass/front.scss */
.adv-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
}