/*
 EJEMPLO RETINA:
 @include retina('../img/menu/barra_menu_logo.png', 2, 808px 187px, top right no-repeat);
*/
/* RM */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  display: block;
  vertical-align: top;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* FIN RM */
/* VARIABLES */
/* MIXINS */
/*** ESTILOS GENERALESSS *****/
.opacity-0 {
  opacity: 0 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.opacity-1 {
  opacity: 1 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  background: #171920;
  color: white;
}

.ls-hidden {
  display: none;
}

.ls-visible {
  display: block;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

/******** HEADER + MAIN NAV *******/
@media screen and (max-width: 850px) {
  #ls-header__desktop {
    display: none;
  }
}

#ls-header__responsive {
  display: none;
}

@media screen and (max-width: 850px) {
  #ls-header__responsive {
    display: block;
    padding: 10px 30px;
  }
}

.ls-responsive__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ls-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  margin-top: 0;
  padding: 10px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.ls-header__icon {
  width: 40px;
  height: 40px;
}

.ls-header__menu-icon {
  width: 40px;
}

.ls-header__close-icon {
  width: 22px;
  height: 22px;
}

.ls-header.sticky {
  margin-top: 0;
  background: rgba(23, 25, 32, 0.8);
  padding: 10px 50px;
}

.ls-header.sticky#ls-header__responsive {
  padding: 10px 30px;
}

.ls-header .oculto {
  display: none;
}

.ls-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ls-header__nav ul li {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 12px;
}

.ls-header__nav.c-menu {
  background-color: #171920;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ls-header__nav.c-menu__copy {
  padding-bottom: 35px;
}

.ls-header__nav ul.c-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #171920;
  height: auto;
}

.ls-header__nav .c-menu__copy {
  padding-bottom: 35px;
  text-transform: uppercase;
  font-size: 12px;
}

.ls-header__nav .c-menu__close {
  padding-top: 10px;
}

.ls-header__nav .c-menu__item {
  color: white;
  text-transform: uppercase;
  font-size: 21px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 38px;
  padding-left: 0;
}

.ls-header__nav .c-menu__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 30px 10px 0;
}

.ls-header__nav .c-menu__item:hover {
  color: #C47240;
  font-size: 28px !important;
}

/******** MAIN STYLES *******/
.ls-main > article:not(.ls-home) .ls-main__wrapper {
  padding: 0 50px;
}

@media screen and (max-width: 700px) {
  .ls-main > article:not(.ls-home) .ls-main__wrapper {
    padding: 0 30px;
  }
}

.ls-main__title {
  color: #C47240;
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
  margin-bottom: 55px;
}

@media screen and (max-width: 700px) {
  .ls-main__title {
    font-size: 21px;
  }
}

.ls-main__description {
  line-height: 2;
  letter-spacing: 1px;
}

/******* SWIPER **********/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/********** HOME *********/
.ls-home {
  height: 100vh;
}

.ls-home__subtitle {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 100px;
}

.ls-home__arrow-down {
  display: block;
  position: absolute;
  bottom: 40px;
  z-index: 1;
  left: calc(50% - 14px);
}

@media screen and (max-width: 700px) {
  .ls-home__arrow-down {
    display: none;
  }
}

.ls-home__social {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .ls-home__social {
    display: none;
  }
}

.ls-home__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ls-home__social ul li {
  color: #FFF;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.ls-home__buttons {
  width: 110px;
  height: 15px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

@media screen and (max-width: 700px) {
  .ls-home__buttons {
    left: calc(50% - 55px);
  }
}

.ls-home__buttons .swiper-button-next {
  color: white !important;
}

.ls-home__buttons .swiper-button-prev {
  color: white !important;
}

.ls-home__buttons .swiper-pagination {
  font-size: 12px;
  bottom: 0;
  position: relative;
  z-index: 1;
}

/******** SHOWREEL *******/
.ls-showreel {
  margin-top: 120px;
}

.ls-showreel__container {
  margin-top: 140px;
  width: 100%;
  height: 500px;
  background-image: url("../img/02_showreel/showreel.jpg");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ls-services {
  margin-top: 150px;
}

.ls-services .ls-main__description {
  max-width: 850px;
}

.ls-services__container {
  position: relative;
}

.ls-services__tabs {
  margin-top: 75px;
  margin-bottom: 85px;
  padding-left: 50px;
}

@media screen and (max-width: 600px) {
  .ls-services__tabs {
    padding-left: 25px;
    margin-top: 45px;
    margin-bottom: 55px;
  }
}

.ls-services__tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 860px) {
  .ls-services__tabs ul {
    overflow: scroll;
  }
}

.ls-services__tabs ul li {
  margin-right: 80px;
}

@media screen and (max-width: 600px) {
  .ls-services__tabs ul li {
    margin-right: 40px;
  }
}

.ls-services__tabs ul li:first-child {
  min-width: 110px;
}

@media screen and (max-width: 600px) {
  .ls-services__tabs ul li:first-child {
    min-width: 90px;
  }
}

.ls-services__tabs ul li:first-child button {
  min-width: 110px;
}

@media screen and (max-width: 600px) {
  .ls-services__tabs ul li:first-child button {
    min-width: 90px;
  }
}

.ls-services__button {
  background: none;
  border: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.ls-services__button:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-bottom: 1px solid #C47240;
}

.ls-services__button.ls-active {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #C47240;
  border-bottom: 1px solid #C47240;
}

.ls-services .swiper {
  overflow-y: visible !important;
}

.ls-services .swiper-button-prev,
.ls-services .swiper-button-next {
  width: 14.72727px;
  height: 24px;
  color: white;
}

.ls-services .swiper-button-next:after,
.ls-services .swiper-button-prev:after {
  font-size: 24px;
}

.ls-services .swiper-button-prev {
  left: 50px;
}

.ls-services .swiper-button-next {
  right: 50px;
}

.ls-services .swiper-wrapper {
  height: auto;
}

@media screen and (max-width: 600px) {
  .ls-services .swiper-wrapper {
    height: 250px;
  }
}

.ls-services .swiper-pagination-slider {
  margin-top: 40px;
  margin-bottom: 125px;
  text-align: center;
}

.ls-services .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid white;
}

.ls-services .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.ls-services .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}

.ls-services .swiper-pagination-bullet-active {
  background: #C47240;
  width: 17px;
  height: 17px;
  border: none;
}

.ls-services__caption {
  position: absolute;
  bottom: 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .ls-crew__desktop {
    display: none !important;
  }
}

.ls-crew__responsive {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .ls-crew__responsive {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 150px;
    margin-top: 0 !important;
  }
}

.ls-crew__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.ls-crew__item {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 50px;
  margin-bottom: 100px;
}

.ls-crew__item:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  /*
            img,
            .ls-crew__title,
            .ls-crew__info {
                opacity: 0.2;
                transition: 0.5s all;
            }
            */
}

@media only screen and (min-width: 800px) {
  .ls-crew__item:hover .ls-crew__bio {
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}

.ls-crew__bio {
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  width: 100%;
  max-width: 384px;
  background-color: #171920;
  color: white;
  padding: 16px;
  padding-top: 0;
  white-space: pre-line;
  border-radius: 10px;
  top: -10px;
  text-align: justify;
  font-size: 15px;
  z-index: 10;
  -webkit-box-shadow: black 0px 0px 500px;
          box-shadow: black 0px 0px 500px;
}

@media screen and (max-width: 800px) {
  .ls-crew__bio {
    font-size: 10px;
  }
}

.ls-crew__bio-title {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .ls-crew__bio-title {
    font-size: 10px;
  }
}

.ls-crew__image-holder {
  border: 1px solid #C47240;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 800px) {
  .ls-crew__image-holder {
    max-width: 160px;
  }
}

.ls-crew__image {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 290px;
}

.ls-crew__title {
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.ls-crew__info {
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 800px) {
  .ls-crew__info {
    font-size: 12px;
  }
}

.ls-crew .ls-services__wrapper {
  max-width: 100%;
}

.ls-crew .ls-services__wrapper .ls-crew__item {
  margin: 85px 0 20px 0;
}

.ls-crew .ls-services__wrapper .swiper-wrapper {
  height: 526px;
}

@media screen and (max-width: 600px) {
  .ls-crew .ls-services__wrapper .swiper-wrapper {
    height: 526px;
  }
}

.ls-crew .ls-services__wrapper .swiper-pagination-slider {
  margin-bottom: 0;
  margin-top: 0;
}

.ls-crew .ls-services__wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
}

.ls-crew .ls-services__wrapper .swiper-button-prev {
  left: 0;
}

.ls-crew .ls-services__wrapper .swiper-button-next {
  right: 0;
}

.ls-clients__wrapper {
  margin: 100px auto;
}

.ls-clients .swiper-slide img {
  max-width: 170px;
}

.ls-contact {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ls-contact:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 85%;
  left: 15%;
  z-index: 0;
  background: #23252B;
}

@media screen and (max-width: 700px) {
  .ls-contact:after {
    width: 65%;
    left: 35%;
  }
}

.ls-contact .ls-main__wrapper {
  position: relative;
  z-index: 10;
  padding-top: 50px !important;
}

.ls-contact .ls-contact__form-block {
  position: relative;
  z-index: 10;
  padding-top: 150px;
  padding-right: 50px;
}

@media screen and (max-width: 1080px) {
  .ls-contact .ls-contact__form-block {
    padding-right: 0;
    padding-left: 50px;
  }
}

@media screen and (max-width: 700px) {
  .ls-contact .ls-contact__form-block {
    padding-right: 50px;
  }
}

.ls-form {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ls-form input::-webkit-input-placeholder {
  color: white;
}

.ls-form input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.ls-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.ls-form input:-ms-input-placeholder {
  color: white;
}

.ls-form textarea::-webkit-input-placeholder {
  color: white !important;
}

.ls-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
}

.ls-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
}

.ls-form textarea:-ms-input-placeholder {
  color: white !important;
}

@media screen and (max-width: 700px) {
  .ls-form {
    width: 100%;
  }
}

.ls-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .ls-form__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ls-form__input {
  border: none;
  width: 45%;
  border-bottom: 1px solid white;
  background: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
  -webkit-appearance: none;
}

@media screen and (max-width: 500px) {
  .ls-form__input {
    width: 100%;
    margin-bottom: 35px;
  }
}

.ls-form__textarea {
  border: none;
  margin-top: 50px;
  border-bottom: 1px solid white;
  background: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
  height: 170px;
  width: 100%;
  -webkit-appearance: none;
}

.ls-form__submit {
  border: none;
  margin-top: 60px;
  border-bottom: 1px solid white;
  background: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 300;
  padding-bottom: 5px;
  margin-bottom: 60px;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.ls-footer {
  margin-top: 150px;
  font-size: 12px;
  padding: 0px 50px 60px 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
}

@media screen and (max-width: 920px) {
  .ls-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ls-footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 920px) {
  .ls-footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ls-footer__copy {
  margin-right: 80px;
}

.ls-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}

@media screen and (max-width: 920px) {
  .ls-footer__contact--desktop {
    display: none;
  }
}

.ls-footer__contact--responsive {
  display: none;
}

@media screen and (max-width: 920px) {
  .ls-footer__contact--responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
}

.ls-footer__line {
  width: 220px;
  height: 1px;
  background: white;
  margin: 0 50px;
}

@media screen and (max-width: 1160px) {
  .ls-footer__line {
    display: none;
  }
}

@media screen and (max-width: 1160px) {
  .ls-footer__connect {
    margin-right: 80px;
  }
}

@media screen and (max-width: 920px) {
  .ls-footer__connect {
    text-align: center;
    margin-bottom: 35px;
    margin-right: 0;
  }
}

.ls-footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ls-footer__social ul li {
  color: #FFF;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.ls-portfolio {
  padding-top: 240px;
}

.ls-portfolio .ls-main__description {
  max-width: 644px;
  margin-bottom: 95px;
}

.ls-portfolio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 50px;
}

@media screen and (max-width: 700px) {
  .ls-portfolio__wrapper {
    padding: 0;
  }
}

.ls-portfolio__item {
  max-width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
}

.ls-portfolio__item:hover .ls-portfolio__link {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .ls-portfolio__item {
    max-width: 50%;
  }
}

.ls-portfolio__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ls-portfolio__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .ls-portfolio__link {
    font-size: 12px;
  }
}

/* The Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  /* Modal Content/Box */
  /* The Close Button */
}

.modal .modal-content {
  background-color: #23252B;
  margin: 10% auto;
  width: 80%;
  padding: 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  .modal .modal-content {
    width: 100%;
    margin: 0;
    padding: 80px 7%;
  }
}

.modal .close {
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .ls-modal {
  position: relative;
}

.modal .ls-modal__title {
  margin-bottom: 45px;
}

.modal .ls-modal__brand {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 45px;
}

.modal .ls-modal__description {
  white-space: break-spaces;
}

.modal .ls-modal__main-image {
  margin-bottom: 20px;
}

.modal .ls-modal__media-img {
  margin-bottom: 20px;
}

.modal .ls-modal__close {
  display: block;
  top: -43px;
  position: absolute;
  font-size: 60px;
  right: -18px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .modal .ls-modal__close {
    top: 10px;
    right: 30px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=styles.css.map */