body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
div,
ul,
p,
section,
article {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
img:active,
img:focus,
a:active,
a:focus {
  outline: none;
}
/******************************************** variables *********************************************/
/******************************************** mixins *********************************************/
.graySclae {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: #000;
}
a {
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", Helvetica;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000000;
}
p {
  color: #000000;
  font-family: "Open Sans", Helvetica;
  font-size: 14px;
  margin: 20px 0;
  letter-spacing: 0.075em;
  line-height: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
small {
  letter-spacing: 0.05em;
}
header {
  padding: 30px 0;
  position: relative;
}
.logo {
  float: left;
  z-index: 999;
}
.logo a {
  font-size: 30px;
  font-weight: 300;
  line-height: 2;
}
nav {
  float: right;
  position: relative;
  margin: 10px 0;
}
nav.about-active:before {
  left: 138px;
}
nav a {
  font-weight: 400;
  font-size: 16px;
  margin: 0 30px;
  padding: 8px 0;
  display: inline-block;
}
nav a:first-child {
  margin: 0 30px 0 0;
}
nav a:nth-last-child(2) {
  margin: 0 0 0 30px;
}
nav span {
  position: absolute;
  left: 10px;
  width: 27px;
  height: 1px;
  background: #000000;
  content: '';
  bottom: 0;
}
section {
  margin: 80px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  color: #000;
  line-height: 30px;
}
h1 {
  font-family: "Roboto", Arial;
  font-weight: 500;
}
h2 {
  margin: 30px 0;
  font-family: "Roboto", Arial;
  font-weight: 500;
}
h3 {
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}
.blackBg {
  background: #000;
  color: #fff;
}
.blackBg h1,
.blackBg h2,
.blackBg h3,
.blackBg h4,
.blackBg h5,
.blackBg h6,
.blackBg p,
.blackBg a {
  color: #fff;
}
.h2-underline,
.h2-underline-center,
.h2-underline-left {
  padding-bottom: 15px;
  position: relative;
}
.h2-underline:after,
.h2-underline-center:after,
.h2-underline-left:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 27px;
  height: 1px;
  background: #fff;
}
.h2-underline-center:after {
  left: 46%;
  background: #000;
  top: 60%;
  bottom: auto;
}
.h2-underline-left:after {
  background: #000;
}
.proverb {
  font-family: "Open Sans", Helvetica;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.4;
}
.author-name {
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
  font-size: 18px;
}
.award-list li {
  padding: 35px 0;
  border-bottom: 1px solid #464646;
}
.award-list li p {
  margin: 5px 0;
  line-height: 24px;
}
.award-list li:last-child {
  border-bottom: none;
}
.readMore {
  margin: 10px 0;
  position: relative;
}
.readMore a {
  padding: 5px 5px 5px 17px;
  position: relative;
  font-size: 12px;
}
.readMore span {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #999999;
  top: 6px;
  transition: all 0.03s ease-in-out;
  -webkit-transition: all 0.03s ease-in-out;
  -ms-transition: all 0.03s ease-in-out;
  -moz-transition: all 0.03s ease-in-out;
}
.readMore:hover span {
  left: 3px;
}
.awards {
  margin: 125px 0 80px 0;
}
.awards .col-md-8 > div {
  padding-right: 60px;
}
.awards .col-md-8 > div div {
  margin: 50px 0;
}
.awards .col-md-4 > div {
  padding: 40px 65px;
}
.awards .col-md-4 h2 {
  margin-bottom: 0;
}
.box {
  width: 100%;
  height: 292px;
  border: 8px solid #000;
  display: table;
}
.box h2 {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.uppercase {
  text-transform: uppercase;
}
.border {
  border: 1px solid #000;
  padding: 35px;
  margin-bottom: 30px;
}
.biography-h2 {
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
}
.year {
  font-size: 30px;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.biography-col2 > .border img,
.biography-col3 > .border img {
  margin-bottom: 30px;
}
.biography-col2 > .border h2,
.biography-col3 > .border h2 {
  margin-top: 0;
}
.biography-col2 > .border:last-child,
.biography-col3 > .border:last-child {
  margin-bottom: 0;
}
.banner-left,
.banner-right {
  opacity: 0;
}
.banner {
  overflow: hidden;
  display: flex;
  background: url('img/loading_spinner.gif') no-repeat center center;
  height: 300px;
  width: 1495px;
  margin: 0 auto;
}
.banner .banner-left {
  flex-grow: 1;
  width: 590px;
  float: left;
  height: 453px;
  display: table;
  position: relative;
}
.banner .banner-left > div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 180px;
}
.banner .banner-left > div h1 {
  font-size: 41px;
  line-height: 75px;
  margin: 0;
}
.banner .banner-left > div h1 span {
  font-size: 211px;
  display: inline-block;
  margin-left: -10px;
  position: relative;
}
.banner .banner-right {
  flex-grow: 1;
  background: #000;
  width: 905px;
  float: left;
  text-align: right;
}
footer {
  border-top: 1px solid #e5e5e5;
  width: 1495px;
  margin: 0 auto;
}
footer .footer-left {
  float: left;
}
footer .footer-right {
  float: right;
}
footer .footer-right ul li {
  display: inline-block;
  padding: 0 10px;
}
footer .footer-right ul li a {
  display: block;
  padding: 7px 0;
}
footer .footer-right ul li:last-child {
  padding-right: 0;
}
[class^="icon-"],
[class*=" icon-"] {
  background-image: url('img/sprite.png');
  width: 45px;
  height: 50px;
  display: inline-block;
}
.icon-youtube {
  background-position: -5px -2px;
}
.icon-facebook {
  background-position: -54px -2px;
}
.signature-quote a {
  color: #a5a5a5;
  font-size: 33px;
  line-height: 48px;
  letter-spacing: 0.025em;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  border-bottom: solid 2px #a5a5a5;
}
.signature {
  padding: 60px 25px;
}
.signature-name {
  display: block;
}
.awards-h1 {
  font-size: 211px !important;
  white-space: nowrap;
  position: absolute;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
/******************************************* awards *************************************/
.awards-left > div:first-child {
  padding-right: 45px;
}
.awards-left .box h2:after {
  top: 70%;
}
.awards-right > div {
  padding-left: 40px;
}
.awards-right h2 {
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.best-actor-h2 {
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 50px;
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
  margin: 40px 0;
}
.best-actor-p {
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.05em;
}
.award-title {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
}
.awards-img {
  background: url('img/awards-img.jpg') no-repeat center center;
  width: 355px;
  height: 255px;
  display: table;
}
.awards-img h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.awards-img h3 span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  font-size: 36px;
  line-height: 55.34px;
  font-family: "Open Sans", Helvetica;
  font-weight: 300;
}
.award-box {
  padding: 60px 0;
}
.awards-section .col-md-7 .col-md-10 {
  float: right;
}
/************************************************** movies ***************************************/
.movies-h1 {
  position: absolute;
  top: 25%;
}
.movies-h1 span {
  white-space: nowrap;
}
.movies-right .col-md-10 {
  float: right;
}
.movies-right ul li {
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding-bottom: 45px;
}
.movies-quotes {
  padding: 80px 0;
}
.movies-quotes p {
  color: #b8b8b8;
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
  font-size: 48px;
  line-height: 71px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.main-content {
  width: 810px;
  height: 558px;
  margin: 0 auto;
  background: url('img/lalu-alex.png') left center no-repeat;
  display: table;
}
.main-content h1 {
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
  font-size: 7.7vw;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-top: 70px;
  float: right;
}
.main-content h1 span {
  display: block;
}
.main-content h1 .span1 {
  color: #8c8c8c;
}
.main-content h1 .span2 {
  color: #dddddd;
}
.main-content h1 .span3 {
  color: #000000;
}
.hamburger-icon,
.hamburger-cross {
  width: 30px;
  height: 14px;
  padding: 19px 0;
  cursor: pointer;
  position: absolute;
  right: -30px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box;
}
.nav-bar {
  width: 100%;
  height: 2px;
  background: #000000;
  position: relative;
  margin-top: 6px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger-icon .nav-bar:first-child,
.hamburger-cross .nav-bar:first-child {
  margin-top: 0;
}
.main-content-right {
  float: right;
}
.gallery-section .col-md-4 {
  margin: 45px 0;
  cursor: pointer;
}
.gallery-section .col-md-4 img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: #000;
}
.gallery-section .col-md-4:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
/************************************************* magnific-popup.css ****************************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  padding: 60px;
  /*background: #fff;*/
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader-spinner {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader-spinner img {
  width: 3%;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.mfp-arrow:after {
  border-width: 3px 0 0 3px;
  top: 8px;
  border-style: solid;
  border-color: #fff;
  border-radius: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.mfp-arrow:before {
  border-width: 0 3px 3px 0;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 5%;
}
.mfp-arrow-left:after {
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 5%;
}
.mfp-arrow-right:after {
  margin-left: 39px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #ffffff;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-title h3 {
  font-family: "Open Sans", Helvetica;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin: 25px 0 15px;
}
.mfp-title p {
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
.mfp-image-holder .mfp-content {
  max-width: 60%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-bottom-bar {
    margin-top: 30px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg,
.mfp-figure:after {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  -o-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container,
.mfp-figure:after {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/**************************************** mobile menu ***********************************/
.top-section {
  position: relative;
  z-index: 100;
}
.mobile-menu {
  left: 0;
  top: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu nav {
  float: none;
}
.mobile-menu nav.container {
  padding: 0 0;
}
.mobile-menu nav a {
  display: inline-block;
  width: 16%;
  line-height: 4;
  text-align: center;
  margin: 0 0;
}
.indexNav {
  position: relative;
  top: -60px;
  opacity: 0;
  margin-right: 15px;
}
.indexNav span {
  left: 10px;
}
.top-section {
  z-index: 99;
  position: relative;
}
.hamburger-cross .nav-bar {
  opacity: 0;
  height: 1px;
}
.hamburger-cross .nav-bar:first-child {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
  -moz-transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
  -ms-transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
  -o-transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
  transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
}
.hamburger-cross .nav-bar:last-child {
  opacity: 1;
  -webkit-transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
  -moz-transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
  -ms-transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
  -o-transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
  transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
}
.hamburger-top-menu-list {
  position: absolute;
  top: 100px;
  opacity: 1;
}
.hamburger-icon,
.hamburger-cross {
  z-index: 1000;
}
.inner-page {
  display: none;
}
.sidemenu {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  z-index: 999;
  margin-left: -15px;
  box-shadow: 5px 10px 20px #9C9C9C;
  height: 100%;
  background-color: #000;
  display: block;
}
.sidemenu .hamburger-icon {
  position: fixed;
  right: 15px;
}
.wrapper {
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  background-color: #ffffff;
}
.isOpen {
  transform: translate(-250px, 0);
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
}
.s-close {
  transform: translate(250px, 0);
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  overflow: hidden;
  display: none;
}
.side {
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
}
.s-open {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  position: fixed !important;
  right: 0;
  overflow: visible;
}
.sidemenu-list {
  width: 250px;
  margin: 0 auto;
  text-align: left;
  position: fixed !important;
  background-color: #000;
  z-index: 999;
  right: 0px;
  padding-top: 60px;
  overflow: auto;
  height: 100%;
}
.sidemenu-list a {
  background-color: #000;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 0px;
  padding-left: 35px;
  border-bottom: 1px solid #3C3B3B;
}
.sidemenu-list a:first-child {
  border-top: none;
  margin: 0;
}
.sidemenu-list a:nth-last-child(2) {
  margin: 0px;
}
.index-top {
  padding-top: 60px;
}
.sidemenu-list-open {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  position: fixed;
  right: 0;
  overflow: scroll;
  height: 100%;
}
.sidemenu-list-close {
  transform: translate(250px, 0);
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
}
.scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
}
/*for IE8 */
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input,
select {
  vertical-align: middle;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}
.contact-wrap .box {
  height: 240px;
}
.contact-wrap .box h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-wrap .awards-right > div {
  padding-left: 0;
}
.contact-form {
  margin-bottom: 50px;
}
.contact-form .form-group {
  margin-bottom: 40px;
}
.contact-form .form-group input:not([type='submit']),
.contact-form .form-group textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #000000;
  height: 50px;
  padding: 0 15px;
  font-family: "Open Sans", Helvetica;
  letter-spacing: 0.05em;
}
.contact-form .form-group textarea {
  resize: none;
  height: 150px;
  padding: 15px;
  display: block;
}
.contact-form .form-group input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  box-shadow: none;
  background: transparent;
  line-height: 50px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 0 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .form-group input[type="submit"]:hover {
  background: #000000;
  color: #ffffff;
}
.contact-form .form-group label:not(.error) {
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-form .form-group:nth-of-type(odd) {
  clear: both;
}
.contact-form .form-group label.error {
  font-size: 13px;
  color: #e00000;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Open Sans", Helvetica;
  margin: 0;
  line-height: 1;
}
#cntctmessage {
  padding: 0 15px;
}
/**************media query*******************/
/***************container size*************/
@media only screen and (max-width: 1525px) {
  .banner {
    width: 100%;
  }
  .banner .banner-left {
    width: 39.5%;
  }
  .banner .banner-left div {
    padding-left: 30%;
  }
  .banner .banner-left div h1 {
    font-size: 2.1vw;
    line-height: .602;
  }
  .banner .banner-left div h1 span {
    font-size: 15vw;
  }
  .banner .banner-left .awards-h1 {
    font-size: 14vw !important;
  }
  .banner .banner-right {
    width: 60.5%;
  }
  .banner .banner-right img {
    width: 100%;
  }
  footer {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1230px) {
  .container .indexNav {
    margin: 10px 45px 10px 0px;
  }
  .container .hamburger-icon {
    right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .awards-left > div:first-child {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-wrap .awards-right h2 {
    line-height: 1.4;
    font-size: 38px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container .indexNav {
    margin: 10px 30px 10px 0px;
  }
  nav a:first-child {
    margin: 0 20px 0 0;
  }
  nav a {
    margin: 0 20px;
  }
  nav a:nth-last-child(2) {
    margin: 0 0 0 20px;
  }
  .biography .biography-col2 .border .biography-h2,
  .biography .biography-col3 .border .biography-h2 {
    font-size: 24px;
  }
  .biography .biography-col3 .border img {
    width: 100%;
  }
  .gallery-section .col-md-4 {
    margin: 15px 0px;
  }
  .gallery-section .col-md-4 img {
    width: 100%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 991px) {
  header {
    height: 57px;
  }
}
@media only screen and (max-width: 991px) {
  .awards .col-md-8 > div {
    padding-right: 0px;
  }
  .biography-col2 > .border:last-child,
  .biography-col3 > .border:last-child {
    margin-bottom: 30px;
  }
  .gallery-section .col-md-4 {
    margin: 10px 0;
  }
  .gallery-section .col-md-4 img {
    width: 100%;
  }
  .awards .awards-left,
  .awards .awards-right {
    width: 50%;
    float: left;
  }
  .container .main-content {
    width: 100%;
    background-size: 50%;
  }
  .container .main-content h1 {
    margin-right: 75px;
    padding-top: 0px;
    font-size: 14vw;
  }
  .container .main-content .main-cont-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .container .hamburger-icon {
    right: 15px;
  }
  .container .indexNav span {
    display: none;
  }
  .inner-page {
    display: block;
  }
  .banner .banner-left {
    height: 290px;
  }
  header {
    height: 57px;
  }
  .contact-wrap .awards-right h2 {
    line-height: 1.6;
    font-size: 34px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .container .logo a {
    font-size: 27px;
  }
  .container .indexNav {
    margin: 10px 45px 10px 0px;
  }
  .container .indexNav a {
    font-size: 15px;
    margin: 0 15px;
  }
  .container .indexNav a:first-child {
    margin: 0px 15px 0px 0px;
  }
  .container .indexNav a:last-child {
    margin: 0px 0px 0px 15px;
  }
  header {
    padding: 0px 0;
  }
  .awards .col-md-8 {
    width: 66.6666%;
    float: left;
  }
  .awards .col-md-4 {
    width: 33.3333%;
    float: left;
  }
  .awards .col-md-4 .blackBg {
    padding: 20px 40px;
  }
  .biography .col-md-4 {
    width: 33.3333%;
    float: left;
  }
  .biography .col-md-4 .border {
    padding: 26px;
  }
  .biography .col-md-4 .border .h2-underline-left {
    font-size: 2.5vw;
  }
  .biography .biography-col1 .box {
    height: 230px;
  }
  .biography .biography-col1 .box h2 {
    font-size: 3.5vw;
  }
  .biography .biography-col3 .border img {
    width: 100%;
  }
  .biography .signature {
    padding: 56px 20px;
  }
  .biography .signature .signature-quote a {
    font-size: 3.5vw;
  }
  .awards-right > div {
    padding-left: 20px;
  }
  .awards-right .proverb {
    font-size: 4.5vw;
    margin-top: 0px;
  }
  .gallery-section .col-md-4 {
    width: 33.333333%;
    float: left;
  }
  .new-menu-ham {
    display: block;
  }
  .awards-section .col-md-7 {
    width: 50%;
    float: left;
  }
  .awards-section .col-md-7 .col-md-10 {
    padding: 0px;
  }
  .awards-section .col-md-7 .col-md-10 .award-box .awards-btm {
    margin-left: 15px;
  }
  .awards-section .col-md-7 .col-md-10 .award-box .awards-btm .best-actor-h2 {
    font-size: 40px;
  }
  .awards-section .col-md-7 .col-md-10 .award-box .awards-btm .best-actor-p {
    font-size: 24px;
  }
  .awards-section .col-md-5 {
    width: 50%;
    float: left;
  }
  .awards-section .col-md-5 .award-box .awards-btm {
    margin-left: 15px;
  }
  .awards-section .col-md-5 .award-box .awards-btm .best-actor-h2 {
    font-size: 40px;
  }
  .awards-section .col-md-5 .award-box .awards-btm .best-actor-p {
    font-size: 24px;
  }
  .movies-right .col-md-10 {
    width: 50%;
  }
  .awards-left .movies-quotes p {
    font-size: 5.3vw;
  }
}
@media only screen and (min-width: 991px) {
  .inner-page {
    display: none !important;
  }
}
@media only screen and (max-width: 850px) {
  body,
  html {
    background-color: #fff;
  }
  .about-active {
    display: none;
  }
  .container .indexNav {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    display: none !important;
    z-index: 999;
    margin-left: -15px;
    box-shadow: 5px 10px 20px #9C9C9C;
  }
  .container .indexNav a {
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.15em;
    padding: 15px 0px;
    border-bottom: 1px solid #EEEEEE;
    background-color: #ffffff;
  }
  .container .indexNav a:first-child {
    border-top: none;
  }
  header {
    background: #ffffff;
    height: 60px;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100% !important;
  }
  .nav-up {
    top: -60px;
    -webkit-overflow-scrolling: touch;
  }
  section {
    margin: 0px;
  }
  .index-size {
    padding-top: 60px;
  }
  .index header {
    position: relative !important;
  }
  .hamburger-cross .nav-bar:first-child {
    background-color: #ffffff;
  }
  .hamburger-cross .nav-bar:last-child {
    background-color: #ffffff;
  }
  .contact-wrap .awards-right h2 {
    line-height: 1.6;
    font-size: 4vw;
    padding-left: 0;
    margin: 0;
  }
  .contact-form .form-group {
    margin-bottom: 25px;
  }
}
@media only screen and (max-height: 480px) {
  .main-content {
    background-size: 26% !important;
    background-position: 20% center !important;
  }
  .main-content .main-cont-cell h1 {
    margin-right: 150px !important;
    padding-top: 0px;
    font-size: 7vw !important;
  }
  .container .indexNav {
    padding-top: 14px;
  }
  .container .indexNav a {
    font-size: 14px;
  }
  .sidemenu-list {
    padding-top: 4px;
  }
  .awards-section .award-box {
    padding: 30px 0;
  }
  .awards-section .award-box .awards-btm h2 {
    margin: 10px 0;
  }
  .gallery-section {
    margin: 40px 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .gallery-section .col-md-4 {
    width: 50%;
    float: left;
    margin: 5px 0px;
  }
  .gallery-section .col-md-4:nth-child(n) {
    padding: 0px 5px 0px 15px;
  }
  .gallery-section .col-md-4:nth-child(2n) {
    padding: 0px 15px 0px 5px;
  }
  header {
    padding: 5px 0;
  }
  .container .logo a {
    font-size: 26px;
  }
  .mfp-arrow-right {
    right: 2%;
  }
  .mfp-arrow-left {
    left: 2%;
  }
  .mfp-content {
    max-width: 75% !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .awards {
    margin: 80px 0 80px 0;
  }
  .awards .col-md-8 {
    width: 60%;
    float: left;
  }
  .awards .col-md-4 {
    width: 40%;
    float: left;
  }
  .awards .awards-right div {
    padding-left: 20px;
  }
  .awards .awards-right .proverb {
    font-size: 4.5vw;
  }
  .awards .awards-left .box .uppercase {
    font-size: 4.4vw;
  }
  .awards .col-md-8 > div div {
    margin: 30px 0;
  }
  .awards .col-md-4 > div {
    padding: 40px 45px;
  }
  .biography .col-md-4 .h2-underline-left {
    font-size: 24px;
  }
  .biography .biography-col1 {
    width: 100%;
  }
  .biography .biography-col1 .box {
    width: 48%;
    float: left;
  }
  .biography .biography-col1 .signature {
    display: table;
    width: 50%;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 50px;
  }
  .biography .biography-col1 .signature .signature-quote {
    margin-top: 0px;
  }
  .biography .biography-col2,
  .biography .biography-col3 {
    width: 50%;
    float: left;
  }
  .biography .biography-col3 .border img {
    width: 100%;
  }
  .banner .banner-left {
    height: 220px;
  }
  .banner .banner-left div h1 {
    font-size: 3.1vw;
  }
  .movies-right .col-md-10 {
    width: 50%;
  }
  .awards-left .movies-quotes p {
    font-size: 5.3vw;
    line-height: 1.3;
  }
  .awards-section .col-md-7 .col-md-10 {
    padding: 0px;
  }
  .awards-section .col-md-5,
  .awards-section .col-md-7 {
    width: 50%;
    float: left;
  }
  .awards-section .col-md-5 .award-box .awards-img,
  .awards-section .col-md-7 .award-box .awards-img {
    width: 100%;
    background-size: 100%;
  }
  .awards-section .col-md-5 .award-box .awards-img .award-title,
  .awards-section .col-md-7 .award-box .awards-img .award-title {
    font-size: 4vw;
    line-height: 1.2;
  }
  .awards-section .col-md-5 .award-box .awards-btm,
  .awards-section .col-md-7 .award-box .awards-btm {
    margin-left: 15px;
  }
  .awards-section .col-md-5 .award-box .awards-btm .best-actor-h2,
  .awards-section .col-md-7 .award-box .awards-btm .best-actor-h2 {
    font-size: 5vw;
    line-height: 1.2;
  }
  .awards-section .col-md-5 .award-box .awards-btm .best-actor-p,
  .awards-section .col-md-7 .award-box .awards-btm .best-actor-p {
    font-size: 3vw;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .awards {
    margin: 20px 0 20px 0;
  }
  .banner .banner-left {
    height: 190px;
  }
  .banner .banner-left div h1 {
    font-size: 3.1vw;
  }
  .awards-right .proverb {
    font-size: 6vw;
  }
  .awards .awards-left,
  .awards .awards-right {
    width: 100%;
    float: left;
  }
  .awards-section .col-md-5 .award-box,
  .awards-section .col-md-7 .award-box {
    text-align: center;
  }
  .awards-section .col-md-5 .award-box .awards-img,
  .awards-section .col-md-7 .award-box .awards-img {
    margin: 0 auto;
  }
  .container .main-content h1 {
    margin-right: 20px;
  }
}
@media only screen and (max-height: 480px) and (min-width: 481px) and (max-width: 771px) {
  .awards .awards-left {
    width: 50%;
    float: left;
  }
  .awards .awards-left .box {
    width: 100%;
    height: 175px;
    border: 3px solid #000;
    display: table;
  }
  .awards .awards-left .box h2 {
    font-size: 4.8vw;
  }
  .awards .awards-right {
    width: 50%;
    float: left;
  }
  .awards .awards-right div {
    padding-left: 0;
    display: table;
    height: 175px;
  }
  .awards .awards-right div h2 {
    font-size: 4vw;
    margin: 10px 0px;
    display: table-cell;
    vertical-align: middle;
  }
  .biography .biography-col1 .box {
    width: 50%;
    height: 212px;
    border: 4px solid #000;
    display: table;
    margin: 0 auto;
  }
  .biography .biography-col1 .box .h2-underline-center:after {
    top: 70%;
  }
  .biography .biography-col1 .signature {
    padding-top: 0px;
  }
  .biography .biography-col1 .signature .signature-quote a {
    font-size: 30px;
    line-height: 1.5;
  }
  .gallery-section .col-md-4 img {
    -webkit-filter: grayscale(0);
  }
  .movie .awards-left {
    width: 100%;
  }
  .movie .awards-left div {
    width: 50%;
    float: left;
  }
  .movie .awards-left div .box h2:after {
    top: 90%;
  }
  .movie .awards-left .movies-quotes {
    width: 50%;
    float: left;
    padding: 0px 0px 60px 15px;
  }
  .movie .awards-left .movies-quotes p {
    font-size: 3.3vw;
    line-height: 1.2;
    margin: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .contact-wrap .awards-right h2 {
    line-height: 1.6;
    font-size: 5vw;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .mfp-close {
    top: -42px !important;
  }
  .mfp-preloader-spinner img {
    width: 8% !important;
  }
  header {
    padding: 5px 0;
  }
  .awards .col-md-8 .proverb {
    font-size: 30px;
  }
  .awards {
    margin: 20px 0 20px 0;
  }
  .awards .col-md-4 > div {
    padding: 15px 20px;
  }
  .biography-col1 .box {
    height: 250px;
  }
  .biography-col1 .box h2 {
    font-size: 30px;
  }
  .biography-col2 .border {
    padding: 20px;
  }
  .biography-col2 > .border h2,
  .biography-col3 > .border h2 {
    font-size: 24px;
  }
  .biography-col3 .border img {
    width: 100%;
  }
  footer .container {
    text-align: center;
  }
  footer .container .footer-left,
  footer .container .footer-right {
    float: none;
  }
  footer .container .footer-left p {
    margin: 5px 0px;
  }
  .banner .banner-left {
    height: 140px;
  }
  .banner .banner-left div h1 {
    font-size: 3.1vw;
  }
  section {
    margin: 40px 0;
  }
  .awards .awards-left,
  .awards .awards-right {
    width: 100%;
    float: none;
  }
  .awards .awards-right > div {
    padding-left: 15px;
  }
  .awards .awards-right .proverb {
    font-size: 30px;
  }
  .awards .movies-right .col-md-10 {
    width: 100%;
    padding: 0;
  }
  .awards .movies-right .col-md-10 ul li {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .awards .awards-left .box {
    height: 150px;
    border: 3px solid #000;
  }
  .awards .awards-left .box h2 {
    font-size: 28px;
  }
  .awards .awards-left .box h2:after {
    top: 75%;
  }
  .awards-section .award-box {
    padding: 0;
    margin: 20px 0px;
    border: 1px solid #eeeeee;
  }
  .awards-section .award-box .awards-btm {
    margin-left: 20px;
  }
  .awards-section .award-box .awards-btm .best-actor-h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .awards-section .award-box .awards-btm .best-actor-p {
    font-size: 22px;
    line-height: 1.5;
  }
  .awards-section .award-box .awards-img {
    width: 100%;
  }
  .awards-section .award-box .awards-img .award-title {
    font-size: 7vw;
  }
  .awards-section .award-box .awards-img .award-title h3 span {
    font-size: 7.6vw;
  }
  .awards-section .col-md-7 .col-md-10 {
    padding: 0px;
  }
  .awards-section .col-md-7 .col-md-10 .award-box:first-child {
    margin-top: 0px;
  }
  .gallery-section .col-md-4 {
    width: 100%;
    float: none;
  }
  .movies-quotes {
    padding: 30px 0;
  }
  .movies-quotes p {
    font-size: 28px;
    line-height: 1.2;
  }
  .container .main-content h1 {
    margin-right: 20px;
  }
  .container .logo a {
    font-size: 26px;
  }
  .mfp-content {
    padding: 10px;
    max-width: 75% !important;
  }
  .mfp-title h3 {
    font-size: 23px;
  }
  .mfp-title p {
    font-size: 13px;
    line-height: 1.2;
  }
  .mfp-arrow-left {
    left: 0px;
  }
  .mfp-arrow-right {
    right: 0px;
  }
  .gallery-section .col-md-4 img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
  }
  .contact-wrap.awards .awards-right > div {
    padding-left: 0;
  }
  .contact-wrap.awards .awards-right > div h2 {
    font-size: 24px;
    margin: 20px 0;
  }
  .contact-form .form-group input:not([type='submit']),
  .contact-form .form-group textarea {
    height: 45px;
    padding: 0 10px;
  }
  .contact-form .form-group textarea {
    padding: 10px;
    height: 130px;
  }
  .contact-form .form-group label:not(.error) {
    font-size: 12px;
  }
  .contact-form .form-group {
    margin-bottom: 20px;
  }
  .contact-form .form-group input[type="submit"] {
    line-height: 45px;
  }
}
@media only screen and (max-width: 400px) {
  .awards-btm .best-actor-h2 {
    font-size: 10vw;
    line-height: 1;
  }
  .awards-btm .best-actor-p {
    font-size: 6.5vw;
    line-height: 1.5;
  }
  .awards-img {
    background-size: 100%;
  }
}
@media only screen and (max-height: 480px) {
  .mfp-content {
    max-width: 58% !important;
    padding: 10px;
  }
  .mfp-content .mfp-img {
    max-width: 100%;
  }
  .mfp-content .mfp-title h3 {
    font-size: 20px;
    margin: 0;
  }
  .mfp-content .mfp-title p {
    font-size: 13px;
    line-height: 1.2;
    margin: 10px 0;
  }
  .mfp-content .mfp-bottom-bar {
    margin-top: 10px;
  }
  .mfp-content .mfp-close {
    right: -42px;
    top: -15px;
  }
}
@media only screen and (max-width: 298px) {
  body {
    width: 290px;
    overflow-X: scroll;
  }
}
