@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800');
* {
  box-sizing: border-box;
  margin: 0;
}
html, body {
  margin: 0;
  background: white;
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
a {
    text-decoration: none;
    color: black;
}
h2 {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
}
.link {
  display: block;
  text-align: center;
  color: #777;
  text-decoration: none;
  padding: 10px;
}
.card_card {
  position: relative;
  display: block;
  width: 800px;
  height: 350px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s;
}
.card_card:hover {
  transform: scale(1.02);
  transition: all 0.4s;
}
.card_card .info_section {
  position: relative;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  z-index: 2;
  border-radius: 10px;
}
.card_card .info_section .card_header {
  position: relative;
  padding: 25px;
  height: 40%;
}
.card_card .info_section .card_header h1 {
  color: black;
  font-weight: 600;
  font-size: 12pt;
}
.card_card .info_section .card_header h4 {
  color: #555;
  font-weight: 400;
}
.card_card .info_section .card_header .minutes {
  display: inline-block;
  margin-top: 15px;
  color: #555;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.card_card .info_section .card_header .type {
  display: inline-block;
  color: #959595;
  margin-left: 10px;
}
.card_card .info_section .card_header .locandina {
  position: relative;
  float: left;
  margin-right: 20px;
  height: 120px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}
.card_card .info_section .card_desc {
  padding: 25px;
  height: 50%;
}
.card_card .info_section .card_desc .text {
  color: #545454;
  margin-bottom: 15px;
}

.card_card .info_section .card_desc .stats {
  color: #545454;
  margin-top: 15px;
  font-style: italic;
}
.card_card .info_section .card_social {
  height: 10%;
  padding-left: 15px;
  padding-bottom: 20px;
}
.card_card .info_section .card_social ul {
  list-style: none;
  padding: 0;
}
.card_card .info_section .card_social ul li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s;
  transition-delay: 0.15s;
  margin: 0 10px;
}
.card_card .info_section .card_social ul li:hover {
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.7);
}
.card_card .info_section .card_social ul li i {
  font-size: 19px;
  cursor: pointer;
}
.card_card .blur_back {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  right: 0;
  background-size: cover;
  border-radius: 11px;
}
.title {
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
}
.desc {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .card_header {
    width: 65%;
  }
  .card_desc {
    width: 50%;
  }
  .info_section {
    background: linear-gradient(to right, #e5e6e6 50%, transparent 100%);
  }
  .blur_back {
    width: 80%;
    background-position: -100% 10% !important;
  }
}
@media screen and (max-width: 768px) {
  .card_card {
    width: 95%;
    margin: 30px auto;
    min-height: 350px;
    height: auto;
  }
  .blur_back {
    width: 100%;
    background-position: 50% 50% !important;
  }
  .card_header {
    width: 100%;
    margin-top: 85px;
  }
  .card_desc {
    width: 100%;
  }
  .info_section {
    background: linear-gradient(to top, #e5e6e6 70%, transparent 100%);
    display: inline-grid;
  }
  h1 {
    word-wrap: break-word;
  }
}
.fnbrco_back {
  background: url("https://i.imgur.com/4XORujI.jpg");
}
.fnbrnews_back {
  background: url("https://i.imgur.com/grU0yzV.jpg");
}
.fnbrapp_back {
  background: url("https://i.imgur.com/o1M3LhW.jpg");
}
.fortnitebr_back {
  background: url("https://i.imgur.com/fXWhN6G.png");
}
.fortnitedaily_back {
    background: url("https://i.imgur.com/WSOmP3b.png");
}
.fortnitecosmetics_back {
    background: url("https://i.imgur.com/fuTAxEW.jpg");
}
.fortleaks_back {
    background: url("https://i.imgur.com/I2Y2ro5.jpg");
}
.fortniteintel_back {
    background: url("https://i.imgur.com/K7dlZPZ.jpg");
}
.fortbyte_back {
    background: url("https://i.imgur.com/FEXwe5u.jpg");
}
