@font-face {
  font-family: 'reg';
  src: url('../fonts/RNHouseSans-Regular.woff2') format('woff2'), url('../fonts/RNHouseSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'heading';
  src: url('../fonts/BebasNeueBold.woff2') format('woff2'), url('../fonts/BebasNeueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bold';
  src: url('../fonts/RNHouseSans-Bold.woff2') format('woff2'), url('../fonts/RNHouseSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'arvo-reg';
  src: url('../fonts/Arvo.woff2') format('woff2'), url('../fonts/Arvo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'arvo-bold';
  src: url('../fonts/Arvo-Bold.woff2') format('woff2'), url('../fonts/Arvo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'jub';
    src: url('../fonts/Jubilat-Bold.eot');
    src: url('../fonts/Jubilat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jubilat-Bold.woff2') format('woff2'),
        url('../fonts/Jubilat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
}
html {
  overflow-y: scroll;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
strong {
  font-weight: bold;
}
input {
  outline: 0;
}
img {
  border: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.white p {
  color: #000;
}
* {
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  color: #626568;
  background-attachment: fixed;
  font-family: 'reg'
}
html {
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
.trans, a, input[type="submit"], .btn, .question-item, .clue-item {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.fade {
  opacity: 1;
  transition: opacity 200ms ease-in-out 0;
  -moz-transition: opacity 200ms ease-in-out 0;
  -webkit-transition: opacity 200ms ease-in-out 0;
  -ms-transition: opacity 200ms ease-in-out 0;
  -o-transition: opacity 200ms ease-in-out 0;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.fade:hover {
  opacity: .7;
}
.no-bg {
  background-image: none !important;
}
.grow {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
.grow:hover {
  transform: scale(1.05);
}
.block {
  display: block !important;
}
.in-block {
  display: inline-block !important;
}
.end {
  margin-right: 0 !important;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-sb {
  justify-content: space-between;
}
.flex-start {
  align-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
.flex-sa {
  justify-content: space-around;
}
.flex-se {
  justify-content: space-evenly;
}
.flex-hc {
  justify-content: center;
}
.flex-vc {
  align-items: center;
}
.flex-vb {
  align-items: flex-end;
}
.flex-vs {
  align-items: flex-start;
}
.flex-col {
  flex-direction: column;
}
.flex-c {
  justify-content: center;
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
}
.drop-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.85);
}
.hide {
  display: none;
}
.page-w {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.app-w {
  position: relative;
}
.content-w {
  margin-left: auto;
  margin-right: auto;
  max-width: 1610px;
  height: 100%;
  position: relative;
  padding-top: 50px;
}
.nav-bottom {
  top: 86%;
  width: 100%;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
}
.btn {
  height: 70px;
  width: 140px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 22px;
  text-decoration: none;
  font-family: 'bold';
  border-radius: 7px;
  cursor: pointer;
}
.btn-wide {
  width: 200px;
}
.btn:hover {
  color: #FFF;
  background-color: #f50056;
}
.purple {
  background-color: #ae00ff;
}
.glow {
  -webkit-box-shadow: 0 0 50px 14px rgba(255, 255, 255, 0.68);
  -moz-box-shadow: 0 0 50px 14px rgba(255, 255, 255, 0.68);
  box-shadow: 0 0 50px 14px rgba(255, 255, 255, 0.68);
}

.slide-intro {
  height: 100%;
}


.bg-rooms {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-bricks {
  background-image: url('../images/bg/intro-video.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
.bg-room-1 {
  background-image: url("../images/bg/room-1.jpg");
}
.bg-room-2 {
  background-image: url("../images/bg/room-2.jpg");
}
.bg-room-3 {
  background-image: url("../images/bg/room-3.jpg");
}
.bg-room-4 {
  background-image: url("../images/bg/room-4.jpg");
}
.bg-room-5 {
  background-image: url("../images/bg/room-5.jpg");
}
.bg-room-6 {
  background-image: url("../images/bg/room-6.jpg");
}

.video-title {  
  background-color: rgba(255, 255, 255, 1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 20px;
  position: absolute;
  left: 205px;
  color: #5a287d;
  font-size: 23px;
  letter-spacing: -0.01em;
  bottom: 6.5%;
}

.video-file {
  width: 100%;
  height: auto;
  padding: 210px 193px 190px 205px;
  background-image: url("../images/bg/video.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.p-intro-video .video-file-room-intro {
  width: 90.45%;
  /*height: 995px;*/
  position: relative;
}
/*.p-intro-video .video-file-main-intro, .video-file-final-escape {
  width: 90.45%;
  height: 995px; 
}*/

.video-file iframe {
  height: 100%;
  width: 100%;
}

.neg-top {
  margin-top: -90px;
}
.neg-top-140 {
  margin-top: -140px;
}
.room-vid-w {
  width: 100%;
  max-width: 1273px;
  margin-left: auto;
  margin-right: auto;
}
.room-vid-item-w {
  text-align: center;
}
.room-vid-item-w p {
  color: #5a287d;
  font-size: 26px;
  letter-spacing: -0.05em;
}
.room-vid-item-w p.message {
  padding: 9px;
}
[data-restart] {
  margin-left: auto;
  display: none;
}
.room-vid-item {
  width: 374px;
  height: 374px;
  background-image: url("../images/bg/room-vids.png");
  background-size: 100% 100%;
}
.room-disabled a {
  background-color: rgba(60, 16, 83, 0.8);
  cursor: not-allowed;
  position: relative;
}
.room-disabled a:before {
  content: "Completed";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-family: bold;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.room-vid-item.r-active a {
  background: none;
  cursor: pointer;
}
.bottom-copy {
  margin-top: 45px;
}
.bg-l {
  background-image: url("../images/bg/room-vids-l.png");
}
.bg-t {
  background-image: url("../images/bg/room-vids-t.png");
}
.bg-r {
  background-image: url("../images/bg/room-vids-r.png");
}
.room-vid-inner {
  width: 295px;
  height: 295px;
  background-color: #FFF;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.bottom-copy p {
  color: #5a287d;
  font-size: 31px;
  text-align: center;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.05em;
}
.room-vid-inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-radius: 50%;
}
.room-l {
  width: 100%;
  max-width: 263px;
}
.clues-w {
  width: 100%;
  padding-left: 39px;
}
.clue-item-w {
  margin-bottom: 27px;
}
.clue-item {
  width: 83px;
  height: 83px;
  border-radius: 20px;
  background-color: #f50056;
  cursor: pointer;
}
.clue-item:hover {
  background-color: #ae00ff;
}
.clue-item-w span {
  color: #FFF;
  font-size: 12px;
  font-family: "bold";
  text-transform: uppercase;
  letter-spacing: -0.025em;
  display: block;
  margin-top: 7px;
  text-align: center;
}
.room-r {
  width: 100%;
  max-height: 768px;
  margin-left: auto;
  margin-right: auto;
}
.room-question {
  width: 100%;
  height: 121%;
  padding: 7% 7% 17% 9%;
  background-image: url("../images/bg/question.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
}
.height-796 {
  height: 796px;
}
.p-intro .nav-bottom {
/*  top: 42px;
  padding-right: 48px;*/
  bottom: 100px;
}
.room-question-inner {
  height: 100%;
  width: 100%;
  padding-top: 35px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 740px;
}


.p-room-1 .room-question-1 .room-question-inner {
  background-image: url("../images/bg/room1/q1.jpg");
}

.p-room-1 .room-question-2 .room-question-inner {
  background-image: url("../images/bg/room1/q2.jpg");
}

.p-room-1 .room-question-3 .room-question-inner {
  background-image: url("../images/bg/room1/q3.jpg");
}


.p-room-2 .room-question-1 .room-question-inner {
  background-image: url("../images/bg/room2/q1.jpg");
}

.p-room-2 .room-question-2 .room-question-inner {
  background-image: url("../images/bg/room2/q2.jpg");
}

.p-room-2 .room-question-3 .room-question-inner {
  background-image: url("../images/bg/room2/q3.jpg");
}

.p-room-3 .room-question-1 .room-question-inner {
  background-image: url("../images/bg/room3/q1.jpg");
}

.p-room-3 .room-question-2 .room-question-inner {
  background-image: url("../images/bg/room3/q2.jpg");
}

.p-room-3 .room-question-3 .room-question-inner {
  background-image: url("../images/bg/room3/q3.jpg");
}


.p-room-4 .room-question-1 .room-question-inner {
  background-image: url("../images/bg/room4/q1.jpg");
}

.p-room-4 .room-question-2 .room-question-inner {
  background-image: url("../images/bg/room4/q2.jpg");
}

.p-room-4 .room-question-3 .room-question-inner {
  background-image: url("../images/bg/room4/q3.jpg");
}

.p-room-4 .room-question-4 .room-question-inner {
  background-image: url("../images/bg/room4/q4.jpg");
}


.p-room-5 .room-question-1 .room-question-inner {
  background-image: url("../images/bg/room5/q1.jpg");
}

.p-room-5 .room-question-2 .room-question-inner {
  background-image: url("../images/bg/room5/q2.jpg");
}

.p-room-5 .room-question-3 .room-question-inner {
  background-image: url("../images/bg/room5/q3.jpg");
}


.p-room-6 .room-question-1 .room-question-inner {
  background-image: url("../images/bg/room6/q1.jpg");
}

.p-room-6 .room-question-2 .room-question-inner {
  background-image: url("../images/bg/room6/q2.jpg");
}

.p-room-6 .room-question-3 .room-question-inner {
  background-image: url("../images/bg/room6/q3.jpg");
}

.p-room-6 .room-question-4 .room-question-inner {
  background-image: url("../images/bg/room6/q4.jpg");
}


.p-results-vid .room-success-2 {
  background: 0;
}

.p-results-vid .content-w {
  padding-top: 0px;
}
.results-inner, .results-inner .room-success-cont, .p-results-vid .room-success-inner {
  height: 100%;
}


.room-question-inner-bg {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.room-question-inner h2 {
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #5a287d;
  font-family: "bold";
  position: relative;
  z-index: 2;
  text-align: center;
  position: relative;
}
.room-question-inner h5 {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #f50056;
  font-family: "bold";
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.room-question-inner h2 span {
  color: #5a287d;
}
.question-w {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.question-item {
  border: 2px solid #5a287d;
  width: 90%;
  min-height: 81px;
  margin-bottom: 23px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  justify-content: center;
}
.question-item:hover, .question-item-selected {
  color: #FFF;
  background-color: #5a287d;
}
.question-item.question-item-selected p {
  color: #FFF;
}
.question-item:hover p {
  color: #FFF;
}
.question-item p {
  font-size: 24px;
  letter-spacing: -0.015em;
  color: #5a287d;
  position: relative;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 255, 255, 0.8);
  z-index: 10;
  display: none;
}
[data-popup-close] {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 52px;
  color: #f50056;
  cursor: pointer;
}
.popup-content-w {
  height: 100%;
  width: 100%;
  background-image: url("../images/bg/clues.png");
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 101% 130%;
  max-height: 1060px;
}
.popup-content {
  width: 70%;
  overflow: hidden;
  max-height: 84%;
  position: relative;
 /* border-image: url('../images/bg/clue-bg.png') 30 stretch;*/
  background-image: url('../images/bg/clue-bg.png');
  padding: 1.1%;
  background-size: 100% 100%;
}
.zoom-w {
  position: absolute;
  right: 12px;
  top: 103px;
  background-color: #FFF;
  border-radius: 10px;
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  height: 45px;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.zoom-w span {
  font-size: 46px;
  color: #ae00ff;
  cursor: pointer;
  font-weight: 700;
  line-height: 36px;
  height: 100%;
}
.room-success-cont [data-restart] {
    margin-left: 0;
    display: inline-block;
}
.popup-content img {
  width: 100%;
  height: 100%;
  /*max-width: 1362px;*/
  max-height: 100%;
  object-fit: cover;
  cursor: move;
  display: block;
}
.room-slide.active {
  display: block;
}
.nav-bottom.nav-bottom-room {
  position: relative;
  top: 0;
  margin-top: -116px;
}
.question-response {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  margin-left: 72px;
  max-width: 725px;
  width: 74%;
}
.question-response p {
  font-size: 28px;
  color: #5a287d;
  letter-spacing: -0.05em;
  position: relative;
  padding-left: 23px;
}
.grey-clue .clue-item {
  cursor: not-allowed;
  background-color: #AAA;
}
.grey-clue .clue-item img {
  opacity: 0.5;
}
.grey-clue .clue-item:hover {
  background-color: #AAA;
}
.room-l p {
  font-size: 27px;
  color: #5a287d;
  text-align: center;
  letter-spacing: -0.05em;
  margin-left: 14px;
}
.room-success-cont {
  text-align: center;
}
.room-success-cont h2 {
  color: #ffe238;
  font-size: 104px;
  font-family: "jub";
  background-image: url('../images/bg/brush.svg');
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-right: 50px;
  background-size: cover;
}
.room-success-cont h3 {
  color: #FFF;
  font-size: 86px;
  font-weight: 300;
}
.room-success-cont p {
  color: #FFF;
  font-size: 32px;
  margin-top: 48px;
}
.room-success-1 {
  height: 100%;
}
.room-success-1 .room-success-inner img {
  height: 80vh;
  width: auto;
  max-height: 957px;
}
.app-w, .slide.slide-room, .room-success-2, .room-r, .room-w {
  height: 100%;
}
.room-success-inner {
  height: 80%;
}
.room-success-2 {
  background-image: url("../images/bg/gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.video-player {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-cover {
  object-fit: cover;
}
.field-txt {
  width: 205px;
  height: 40px;
  border: 0;
  margin-bottom: 20px;
  padding-left: 10px;
}
.money-logo {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 101;
}
.money-logo img {
  width: 250px;
}
#grow {
  width: 100%;
  margin-top: 125px;
  height: 100%;
  overflow: hidden;
}
.message {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  position: relative;
}
.timer-w {
  font-size: 32px;
  color: #FFF;
  background-color: #f50056;
  margin-top: 27px;
  height: 50px;
  font-family: "bold";
  margin-left: 14px;
}
.btn-show {
  display: flex !important;
}
.pull-right {
  margin-left: auto;
}
.res-txt {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  height: 480px;
}
.res-txt p {
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #5a287d;
  font-family: "bold";
  text-align: center;
  position: relative;
}
.notification-w {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.notification-cont {
  width: 95%;
  max-width: 580px;
  background: rgba(255, 255, 255, 0.8);
  padding: 35px;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.5); 
  -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.5); 
  -moz-box-shadow: 0 0 19px rgba(0, 0, 0, 0.5);
  background-color: #ae00ff;
  position: relative;
}
.show-slide {
  display: block !important;
}
.notification-cont p {
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #5a287d;
  font-family: "bold";
  text-align: center;
  color: #FFF;
}
[data-notification-close] {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  color: #f50056;
  cursor: pointer;  
}
.jst-hours {
  float: left;
}
.jst-minutes {
  float: left;
}
.jst-seconds {
  float: left;
}
.jst-clearDiv {
  clear: both;
}
.room-slide .btn {
display: none;
}
.room-slide {
  display: none;
  height: 100%;
}
.btn-next-intro {
  display: none;
}

.slide-result {
  height: 100%;
}
.message-score p {
  font-size: 28px;
  color: #5a287d;
  letter-spacing: -0.05em;
}
.question-response.question-response-trans {
  background-color: transparent;
}

.room-success-video {
  height: 100%;
  width: 100%;
}

.room-success-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.room-response.room-slide.active { 
  animation: fadeIn 1.5s;
}
.video-wrap.room-question {
  min-height: 710px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.timeout {
  color: red;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: .0;
  }
}

.room-question-w {
  height: 108%;
  margin-top: -8%;
}
.room-question.video-wrap {
/*  height: 960px;
  padding: 7% 7% 17% 9%;*/
  padding-top: 7%;
  padding-right: 6%;
  padding-bottom: 16%;
  padding-left: 9%;
  height: auto;
  max-height: 960px;
}
.notification-cont .btn {
  height: 43px;
  width: 110px;
  color: #ae00ff;
  font-size: 18px;
  background-color: #FFF;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.notification-cont .top-tip-w {
  text-align: left;
}
.notification-cont .top-tip-w {
  font-size: 20px;
  font-family: "reg";
  line-height: 32px;
}
.top-tip-w ul {
  list-style: disc;
}
.top-tip-w h3 {
  font-size: 26px;
  margin-bottom: 15px;
  border-bottom: 2px #FFF solid;
  padding-bottom: 15px;
}
.bg-home {
  background-image: url('../images/home/bg1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-tim {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 4%;
}
.video-wrap.video-final, .video-4-end {
    margin-top: 190px;
}

.results-data-w {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg/results.jpg');
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  background-repeat: no-repeat;
}
.results-data {
  position: absolute;
  transform: translateX(-50%);
  top: 62%;
  left: 53%;
  text-align: center;
  color: #FFF;
  font-size: 26px;
}
.results-data-w .btn {
  margin-left: auto;
  margin-right: auto;
}

.room-success-escaped {
  max-width: 1610px;
  margin-left: auto;
  margin-right: auto;
}

.room-vid-circle {
  border-radius: 38%; /*50%*/
  /*width: 295px;
  height: 295px;*/
  overflow: hidden;
}

.video-inner-border {
    position: absolute;
    width: 103.3%;
    height: 105.5%;
    top: -2.8%;
    left: -1.8%;
}

.q-video-inner-border {
    position: absolute;
    width: 103.3%;
    height: 105.5%;
    top: -2.8%;
    left: -1.6%;
}

.clue-inner-border {
    position: absolute;
    width: 103.3%;
    height: 105.5%;
    top: -2.8%;
    left: -1.6%;
}


.opening-ending {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #5A287D;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 102;
}
.opening-ending-content {
  max-width: 47vw;
  width: 100%;
}
.opening-ending-title img {
  width: 100%;
  height: auto;
}
.opening-ending-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.opening-ending-btn img {
  max-width: 200px;
  height: auto;
  cursor: pointer;
}
.opening-ending-top-left {
  position: absolute;
  top: 45px;
  left: 45px;
}
.opening-ending-top-left img {
  width: 100%;
  max-width: 250px;
}
.opening-ending-top-right {
  position: absolute;
  top: 70px;
  right: 45px;
  font-size: 2vw;
  color: #FFF;
  font-family: 'reg';
}
.opening-ending-content.ending {
  text-align: center;
}
.logo-natwest-s {
  max-width: 709px;
}

.read-aloud  {
  position: absolute;
  left: -7px;
  top: 6px;
  height: ;
  background-image: url(../images/sound.svg);
  padding-right: 7px;
  height: 20px;
  width: 22px;
  cursor: pointer;
}
.read-aloud.vl  {
  left: 11px;
  top: 24px;
}
.read-aloud.sl  {
  left: -27px;
}
.read-aloud.dl  {
  left: 11px;
}
.read-aloud.tl  {
  left: -25px;
}
.read-aloud.dl2  {
  left: -16px;
}
.read-aloud.dl3  {
  left: 4px;
}
.read-aloud.rl  {
  left: 13px;
  top: 27px;
}


/*Desktop larger*/
@media screen and (max-width: 6100px) {
  .popup-content-w {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
}

/*Desktop Large*/
@media screen and (max-width: 1920px) {
  .question-response {
    max-width: 1066px;
  }
  .room-success-inner img {
    margin-top: 140px;
  }
  .video-title {
    bottom: 4.5%;
}
}

/*Desktop Small*/
@media screen and (max-width: 1600px) {
  .p-intro-video .video-file-main-intro, .video-file-final-escape {
    width: 91%;
  }
  .p-intro-video .video-file-room-intro {
    width: 91%;
  }
  .question-response {
    max-width: 974px;
  }
  .room-success-inner img {
    margin-top: 140px;
  }
  .video-title {
    bottom: 5.5%;
}
/*  .zoom-w {
    display: flex;
  }*/
}

/*Desktop 1500*/
@media screen and (max-width: 1500px) {
  .question-response {
    max-width: 894px;
  }
}

/*Small Laptop*/
@media screen and (max-width: 1366px) {

  .room-question-inner {
    padding-top: 20px;
  }


  .question-item {
    margin-bottom: 15px;
}
.video-title {
    bottom: 6.5%;
}

  /*Room Intro LAST CHANGES ###################*/
  .p-intro-video .video-file {
    margin-top: -80px; /*margin-top: -145px*/;
    /*height: 822px;*/
    width: 84%;
    background-size: 93% 87%;
  }

  .video-file-final-escape {
    margin-top: -148px;
    width: 84%;
    background-size: 93% 87%;
  }

  .p-intro-video .nav-bottom {
    top: 83%;
  }

  .video-file-final-escape {
    width: 100%;
  }
  .nav-bottom.nav-bottom-room {
    margin-top: -128px;
  }

  /*Single Room*/
   /*..p-single-room .room-question.video-wrap {
    height: 730px;
    padding: 6% 7% 15% 9%;
  }
 */
 .p-single-room .room-question.video-wrap .video-player {
    max-height: 517px;
  }

  /*Room L/R*/
  .room-r {
    max-width: 1080px;
  }
  .room-l {
    max-width: 285px;
  }

  /*Clues*/
  .clue-item-w {
    margin-bottom: 27px;
  }
  .clue-item {
    width: 63px;
    height: 63px;
  }
  .question-response {
    max-width: 805px;
  }
  .question-w {
    margin-top: 20px;
  }
  .room-success-2 .nav-bottom.nav-bottom-room {
    margin-top: 33px;
  }
/*  .money-logo {
    left: -70px;
  }*/
  .room-vid-inner {
    width: 209px;
    height: 209px;
  }
  .room-vid-item {
    width: 252px;
    height: 252px;
  }
  .p-rooms .content-w {
        padding-top: 25px;
  }
  .p-rooms .bottom-copy {
    margin-top: 9px;
  }
   .room-vid-item-w {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*1280 / 800 Laptop*/
@media screen and (max-width: 1280px) {
  /*Room Intro*/
  .p-intro-video .video-file {
   /* height: 861px;*/
    width: 95%;
    background-size: 94% 93%;
  }
  .nav-bottom.nav-bottom-room {
    margin-top: -108px;
  }

/*  .p-single-room .room-question.video-wrap .video-player {
    height: 481px;
  }
*/
  /*Single Room*/
/*  .p-single-room .room-question.video-wrap {
    height: 746px;
    width: 100%;
    padding: 90px 50px 190px 90px;
    background-size: 100% 100%;
  }*/
  .question-response {
    max-width: 720px;
  }
  .video-title {
    bottom: 6.5%;
}
}

/*Tablet*/
@media screen and (max-width: 1164px) {
  .p-intro-video .video-file {
    width: 125%;
    background-size: 89% 82%;
  }
  .question-response {
    max-width: 70%;
    margin-left: 47px;
  }
  .question-response p {
    font-size: 21px;
  }
  .nav-bottom.nav-bottom-room {
    margin-top: -97px;
  }
  .video-wrap.room-question {
    min-height: auto;
  }
  .room-question-inner-bg, .room-question-inner {
    max-height: 682px;
  }
}

@media screen and (max-height: 650px) {
.room-question-inner h2 {
    font-size: 25px;
}
.question-item p {
    font-size: 22px;
}
.question-item {
    min-height: 72px;
}
}