@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800");
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #dce1e5;
  /*font-family: "Montserrat", helvetica, arial, sans-serif;*/
  /*font-size: 14px;*/
  /*color: #cfd6e1;*/
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  -webkit-transition: .4s;
  transition: .4s;
}

a {
  text-decoration: none;
}

button {
  font-family: inherit;
  border: 0;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

.movie-card {
  background-size: contain;
  background-repeat: no-repeat;
  /* width: 100% - 4vw; */
  max-width: calc(50% - 2em);
  height: 100%;
  min-height: 15em;
  display: block;
  margin: 1em 1em 0 1em;
  border-radius: 8px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 992px) {
  .movie-card {
    width: 96%;
    max-width: 96%;
  }
}
@media screen and (max-width: 576px) {
  .movie-card {
    background-position: 50% 0%;
    background-size: contain;
    height: 100%;
  }
}

/* js data */
.movie-card[data-movie="Blade Runner"] {
  background-image: url(http://i.ytimg.com/vi/h4hHzDrHJwY/mqdefault.jpg);
}
.movie-card[data-movie="Back to the Future"] {
  background-image: url("http://i.ytimg.com/vi/eeQOjKV5IyM/mqdefault.jpg");
}

.movie-card__overlay {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(42, 159, 255, 0.0)), color-stop(28em, #212120ee), to(#212120));
  background: linear-gradient(to right, rgba(42, 159, 255, 0.0) 20%, #212120ee 28em, #212120 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .movie-card__overlay {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 159, 255, 0.2)), color-stop(76%, #212120ee), to(#212120)); */
    background: linear-gradient(to right, rgba(42, 159, 255, 0.0) 20%, #212120ee 65%, #212120 100%);
  }
}
@media screen and (max-width: 1000px) {
  .movie-card__overlay {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 159, 255, 0.2)), color-stop(76%, #212120ee), to(#212120)); */
    background: linear-gradient(to right, rgba(42, 159, 255, 0.0) 20%, #212120ee 28em, #212120 100%);
  }
}
@media screen and (max-width: 576px) {
  .movie-card__overlay {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 159, 255, 0.2)), color-stop(76%, #212120ee), to(#212120)); */
    background: linear-gradient(to bottom, rgba(42, 159, 255, 0.0) 35%, #212120ee 76%, #212120 100%);
  }
}
.movie-card__share {
  padding: 1em;
  display: inline-block;
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 576px) {
  .movie-card__share {
    display: block;
    width: 100%;
  }
}
.movie-card__icon {
  color: #ffffff;
  mix-blend-mode: lighten;
  opacity: .4;
  background: none;
  padding: 0;
}
.movie-card__icon:hover {
  opacity: 1;
  mix-blend-mode: lighten;
}
.movie-card__icon:not(:first-of-type) {
  margin-left: 5px;
}
.movie-card__icon i {
  font-size: 1.2em;
}
.movie-card__content {
  width: 100%;
  max-width: 370px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  float: right;
  padding-right: 1.2em;
}
@media screen and (max-width: 992px) {
  .movie-card__content {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .movie-card__content {
    margin-top: 44vw;
    width: 100%;
    float: inherit;
    max-width: 100%;
    padding: 0 1em 0em;
  }
}
.movie-card__header {
  margin: 0 0 0.2em auto;
  height: 5.3em;
}
@media screen and (max-width: 576px) {
  .movie-card__header {
      margin: auto auto 0.2em auto;
      height: auto;
      width: calc(100vw - 5em);
  }
}
.movie-card__title {
  color: #ffffff;
  margin-bottom: .25em;
  opacity: .75;
}
.movie-card__info {
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  font-size: .8em;
  color: #38a5ff;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  opacity: .8;
}
.movie-card__desc {
  font-weight: 300;
  opacity: .84;
  margin-bottom: 0em;
  color: #cfd6e1;
}

h1, h2, h3 {
  /*font-family: "Montserrat", helvetica, arial, sans-serif;*/
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 400;
}

/*.btn {
  padding: .5rem 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
}

.btn-outline {
  background-color: transparent;
  border: 3px solid #ffffff;
}

.btn::before {
  font-family: 'Material Icons';
  content: '\e037';
  vertical-align: middle;
  font-size: 1.5em;
  padding-right: .5em;
}

.btn-outline:hover {
  border-color: #2a9fff;
  color: #2a9fff;
  box-shadow: 0px 1px 8px 0px rgba(245, 199, 0, 0.2);
}*/