/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 21, ../uncompressed/scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 31, ../uncompressed/scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../uncompressed/scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../uncompressed/scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../uncompressed/scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../uncompressed/scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../uncompressed/scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../uncompressed/scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../uncompressed/scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../uncompressed/scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../uncompressed/scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../uncompressed/scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../uncompressed/scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../uncompressed/scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../uncompressed/scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../uncompressed/scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../uncompressed/scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../uncompressed/scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, ../uncompressed/scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, ../uncompressed/scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 199, ../uncompressed/scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 210, ../uncompressed/scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../uncompressed/scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, ../uncompressed/scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 239, ../uncompressed/scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, ../uncompressed/scss/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 257, ../uncompressed/scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 264, ../uncompressed/scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 268, ../uncompressed/scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 283, ../uncompressed/scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 287, ../uncompressed/scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 297, ../uncompressed/scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 306, ../uncompressed/scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 320, ../uncompressed/scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 329, ../uncompressed/scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 341, ../uncompressed/scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 353, ../uncompressed/scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 361, ../uncompressed/scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 373, ../uncompressed/scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 390, ../uncompressed/scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 403, ../uncompressed/scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 420, ../uncompressed/scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 431, ../uncompressed/scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 443, ../uncompressed/scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 456, ../uncompressed/scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 469, ../uncompressed/scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 478, ../uncompressed/scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 488, ../uncompressed/scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 501, ../uncompressed/scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 5, ../uncompressed/scss/styles.scss */
html, body {
  height: 100%;
}

/* line 9, ../uncompressed/scss/styles.scss */
body {
  background: #000 top center no-repeat;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-family: Georgia, serif;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 19, ../uncompressed/scss/styles.scss */
.hidden {
  display: none;
}

/* line 21, ../uncompressed/scss/styles.scss */
h3 {
  margin: 0;
}

/* line 23, ../uncompressed/scss/styles.scss */
#wrapper {
  position: relative;
  width: 745px;
  height: 700px;
  margin: 10px auto 0 auto;
}

/* line 31, ../uncompressed/scss/styles.scss */
#content {
  position: relative;
  width: 745px;
  min-height: 700px;
  background: url(../img/text.png) no-repeat;
  z-index: 20;
}

/* line 39, ../uncompressed/scss/styles.scss */
#enter-site {
  position: absolute;
  top: -10px;
  left: -145px;
  width: 248px;
  height: 96px;
  background: transparent url(../img/enter-site.png) 0 0 no-repeat;
  text-indent: -9999px;
}

/* line 48, ../uncompressed/scss/styles.scss */
#enter-site:hover {
  background-position: 0 -96px;
}

/* line 52, ../uncompressed/scss/styles.scss */
#social {
  position: absolute;
  top: 18px;
  right: -160px;
  width: 270px;
  height: 50px;
  z-index: 11;
}
/* line 60, ../uncompressed/scss/styles.scss */
#social .fb {
  position: absolute;
  left: 0px;
}
/* line 65, ../uncompressed/scss/styles.scss */
#social .twitter {
  position: absolute;
  left: 100px;
}
/* line 70, ../uncompressed/scss/styles.scss */
#social .google {
  position: absolute;
  left: 200px;
}

/* line 76, ../uncompressed/scss/styles.scss */
#dvd_section {
  bottom: -40px;
  height: 224px;
  position: absolute;
  right: -208px;
  width: 300px;
}
/* line 82, ../uncompressed/scss/styles.scss */
#dvd_section p {
  color: #ffffff;
  font-family: "franklin-gothic-urw";
  font-weight: bold;
  clear: both;
  text-shadow: 1px 1px #000;
  margin: 0 0 2px 0;
}
/* line 90, ../uncompressed/scss/styles.scss */
#dvd_section img {
  float: left;
  margin-right: 10px;
}
/* line 94, ../uncompressed/scss/styles.scss */
#dvd_section .list_options {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 45px;
  right: 45px;
}
/* line 104, ../uncompressed/scss/styles.scss */
#dvd_section .list_options .amazon {
  background: url(../img/amazon.png) no-repeat;
  height: 50px;
  text-indent: -9999px;
  width: 112px;
}
/* line 110, ../uncompressed/scss/styles.scss */
#dvd_section .list_options .amazon:hover {
  margin-left: 2px;
}
/* line 113, ../uncompressed/scss/styles.scss */
#dvd_section .list_options .barnes {
  background: url(../img/barnes.png) no-repeat;
  height: 50px;
  text-indent: -9999px;
  width: 112px;
}
/* line 119, ../uncompressed/scss/styles.scss */
#dvd_section .list_options .barnes:hover {
  margin-left: 2px;
}
/* line 122, ../uncompressed/scss/styles.scss */
#dvd_section .list_options .itunes {
  background: url(../img/dvd_itunes.png) no-repeat;
  height: 50px;
  text-indent: -9999px;
  width: 112px;
}
/* line 128, ../uncompressed/scss/styles.scss */
#dvd_section .list_options .itunes:hover {
  margin-left: 2px;
}

/* line 134, ../uncompressed/scss/styles.scss */
#mobile-trailer {
  display: none;
}

/* line 138, ../uncompressed/scss/styles.scss */
.film-info, #view-trailer {
  text-shadow: 0 0 5px white;
  position: absolute;
  top: 685px;
  left: 215px;
  margin: 0 80px 0 0;
  width: 306px;
  height: 21px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  z-index: 11;
}

/* line 154, ../uncompressed/scss/styles.scss */
#view-trailer {
  top: 650px;
}
/* line 156, ../uncompressed/scss/styles.scss */
#view-trailer a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
/* line 161, ../uncompressed/scss/styles.scss */
#view-trailer a:hover {
  text-decoration: underline;
}

/* line 167, ../uncompressed/scss/styles.scss */
#links {
  position: relative;
  left: 180px;
  top: 735px;
  margin: 0 0 0 80px;
  width: 220px;
  height: 30px;
  font-size: 14px;
  color: #ffffff;
  z-index: 11;
}
/* line 178, ../uncompressed/scss/styles.scss */
#links .privacy-policy {
  text-shadow: 0 0 5px white;
  position: absolute;
  top: 5px;
  left: 0px;
  display: block;
  width: 78px;
  height: 14px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-right: 1px solid #000;
}
/* line 194, ../uncompressed/scss/styles.scss */
#links .privacy-policy:hover {
  text-decoration: underline;
}
/* line 198, ../uncompressed/scss/styles.scss */
#links .terms {
  text-shadow: 0 0 5px white;
  position: absolute;
  top: 5px;
  left: 90px;
  display: block;
  width: 80px;
  height: 14px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-right: 1px solid #000;
}
/* line 214, ../uncompressed/scss/styles.scss */
#links .terms:hover {
  text-decoration: underline;
}
/* line 218, ../uncompressed/scss/styles.scss */
#links .cookies {
  text-shadow: 0 0 5px white;
  position: absolute;
  top: 5px;
  left: 172px;
  display: block;
  width: 50px;
  height: 14px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
/* line 233, ../uncompressed/scss/styles.scss */
#links .cookies:hover {
  text-decoration: underline;
}

/* Uncomment when we have a trailer*/
/* line 240, ../uncompressed/scss/styles.scss */
.catcher {
  width: 100%;
  height: 1000px;
  background: url(../img/lightbg.png);
  z-index: 30;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 250, ../uncompressed/scss/styles.scss */
#trailerHolder {
  z-index: 35;
  width: 634px;
  margin: 0 auto;
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -317px;
}
/* line 260, ../uncompressed/scss/styles.scss */
#trailerHolder .close {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/x.png) no-repeat;
  position: absolute;
  top: 86px;
  right: -12px;
  z-index: 40;
}

/* line 275, ../uncompressed/scss/styles.scss */
#thetrailer {
  width: 634px;
  height: 356px;
}

/* line 280, ../uncompressed/scss/styles.scss */
#jp_video_0 {
  width: 634px;
  height: 480px;
}

/* line 285, ../uncompressed/scss/styles.scss */
#itunes-bug {
  position: absolute;
  top: 778px;
  left: 30px;
  display: block;
  width: 272px;
  height: 70px;
  background: transparent url(../img/itunes.png) no-repeat;
  text-indent: -9999px;
  z-index: 999;
}

/* line 296, ../uncompressed/scss/styles.scss */
#itunes-bug:hover {
  background-position: 0 -70px;
}

@media only screen and (min-height: 945px) {
  /* line 303, ../uncompressed/scss/styles.scss */
  .film-info {
    top: 785px;
    left: 215px;
  }

  /* line 308, ../uncompressed/scss/styles.scss */
  #view-trailer {
    top: 750px;
  }

  /* line 312, ../uncompressed/scss/styles.scss */
  #links {
    left: 176px;
    top: 820px;
  }
}
@media only screen and (max-height: 845px) {
  /* line 321, ../uncompressed/scss/styles.scss */
  .film-info {
    top: 605px;
    left: 215px;
    font-size: 11px;
    font-weight: bold;
  }

  /* line 328, ../uncompressed/scss/styles.scss */
  #view-trailer {
    top: 570px;
  }

  /* line 332, ../uncompressed/scss/styles.scss */
  #links {
    left: 176px;
    top: 640px;
    width: 280px;
    font-size: 11px;
    font-weight: bold;
  }
  /* line 339, ../uncompressed/scss/styles.scss */
  #links .privacy-policy {
    width: 78px;
  }
  /* line 343, ../uncompressed/scss/styles.scss */
  #links .terms {
    width: 80px;
    left: 86px;
    border-right: 1px solid #000;
  }
  /* line 348, ../uncompressed/scss/styles.scss */
  #links .cookies {
    left: 172px;
    width: 50px;
  }

  /* line 355, ../uncompressed/scss/styles.scss */
  #itunes-bug {
    top: 578px;
    left: 30px;
  }
}
@media only screen and (max-height: 690px) {
  /* line 364, ../uncompressed/scss/styles.scss */
  .film-info {
    top: 535px;
    left: 215px;
    font-size: 11px;
    font-weight: bold;
  }

  /* line 371, ../uncompressed/scss/styles.scss */
  #view-trailer {
    top: 500px;
  }

  /* line 375, ../uncompressed/scss/styles.scss */
  #links {
    left: 176px;
    top: 570px;
    width: 260px;
    font-size: 11px;
    font-weight: bold;
  }
  /* line 382, ../uncompressed/scss/styles.scss */
  #links .privacy-policy {
    width: 78px;
  }
  /* line 386, ../uncompressed/scss/styles.scss */
  #links .terms {
    width: 80px;
    left: 86px;
    border-right: 1px solid #000;
  }
  /* line 391, ../uncompressed/scss/styles.scss */
  #links .cookies {
    width: 50px;
  }

  /* line 398, ../uncompressed/scss/styles.scss */
  #itunes-bug {
    top: 578px;
    left: 30px;
  }
}
@media only screen and (max-height: 800px) {
  /* line 408, ../uncompressed/scss/styles.scss */
  body {
    overflow-y: auto;
  }
}
/* Responsive conditions for iPad */
@media only screen and (max-width: 1124px) and (max-height: 768px) {
  /* line 417, ../uncompressed/scss/styles.scss */
  .film-info {
    top: 535px;
    left: 215px;
    font-size: 11px;
    font-weight: bold;
  }

  /* line 424, ../uncompressed/scss/styles.scss */
  #view-trailer {
    top: 500px;
  }

  /* line 428, ../uncompressed/scss/styles.scss */
  #wrapper {
    margin: 0 auto 0 auto;
  }

  /* line 432, ../uncompressed/scss/styles.scss */
  #links {
    left: 176px;
    top: 570px;
    width: 240px;
    font-size: 11px;
    font-weight: bold;
  }
  /* line 439, ../uncompressed/scss/styles.scss */
  #links .privacy-policy {
    width: 78px;
  }
  /* line 443, ../uncompressed/scss/styles.scss */
  #links .terms {
    width: 80px;
    left: 86px;
    border-right: 1px solid #000;
  }
  /* line 448, ../uncompressed/scss/styles.scss */
  #links .cookies {
    width: 50px;
  }

  /* line 456, ../uncompressed/scss/styles.scss */
  #social {
    right: -80px;
  }

  /* line 460, ../uncompressed/scss/styles.scss */
  #itunes-bug {
    top: 578px;
    left: 30px;
  }
}
@media only screen and (max-width: 820px) and (max-height: 965px) {
  /* line 468, ../uncompressed/scss/styles.scss */
  .film-info {
    top: 705px;
    left: 215px;
    font-size: 11px;
    font-weight: bold;
  }

  /* line 474, ../uncompressed/scss/styles.scss */
  #view-trailer {
    top: 670px;
  }

  /* line 478, ../uncompressed/scss/styles.scss */
  #wrapper {
    margin: 0 auto 0 auto;
  }

  /* line 482, ../uncompressed/scss/styles.scss */
  #links {
    left: 176px;
    top: 740px;
    width: 180px;
    font-size: 11px;
    font-weight: bold;
  }
  /* line 490, ../uncompressed/scss/styles.scss */
  #links .privacy-policy {
    width: 78px;
  }
  /* line 494, ../uncompressed/scss/styles.scss */
  #links .terms {
    width: 80px;
    left: 86px;
    border-right: 1px solid #000;
  }
  /* line 499, ../uncompressed/scss/styles.scss */
  #links .cookies {
    left: 172px;
    width: 50px;
  }

  /* line 506, ../uncompressed/scss/styles.scss */
  #social {
    top: 50px;
    right: 220px;
  }

  /* line 511, ../uncompressed/scss/styles.scss */
  #itunes-bug {
    top: 588px;
    left: 10px;
  }
}
/* Responsive conditions for iPad */
@media only screen and (max-width: 750px) {
  /* line 521, ../uncompressed/scss/styles.scss */
  body {
    min-width: 1200px;
    min-height: 900px;
  }

  /* line 526, ../uncompressed/scss/styles.scss */
  #wrapper {
    margin: 0 0 0 0;
  }

  /* line 530, ../uncompressed/scss/styles.scss */
  .film-info {
    top: 535px;
    left: 215px;
    font-size: 11px;
    font-weight: bold;
  }

  /* line 536, ../uncompressed/scss/styles.scss */
  #view-trailer {
    top: 500px;
  }

  /* line 541, ../uncompressed/scss/styles.scss */
  #links {
    left: 176px;
    top: 570px;
    width: 240px;
    font-size: 11px;
    font-weight: bold;
  }
  /* line 549, ../uncompressed/scss/styles.scss */
  #links .privacy-policy {
    width: 78px;
  }
  /* line 553, ../uncompressed/scss/styles.scss */
  #links .terms {
    width: 80px;
    left: 86px;
    border-right: 1px solid #000;
  }
  /* line 558, ../uncompressed/scss/styles.scss */
  #links .cookies {
    width: 50px;
  }

  /* line 565, ../uncompressed/scss/styles.scss */
  #social {
    right: -80px;
  }

  /* line 569, ../uncompressed/scss/styles.scss */
  #enter-site {
    top: -10px;
    left: 0px;
    width: 189px;
    height: 73px;
    background-size: 100%;
  }

  /* line 576, ../uncompressed/scss/styles.scss */
  #enter-site:hover {
    background-position: 0 -73px;
  }
}
