.features-frame {
  background-color: #f2f3f5;
  padding: 15px 15px 30px;
  border-top: 2px solid #e5e7ea;
  overflow: auto;
}
.features-frame .features {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
.features-frame .features .loading {
  width: 100%;
  color: #cacaca;
  text-align: center;
  padding-top: 60px;
  position: absolute;
  top: 0;
}
.features-frame .features .loading .label {
  font-size: 32px;
  font-weight: 500;
}
.features-frame .features .loading .icon {
  font-size: 140px;
}
.features-frame .features .articles {
  padding: 0;
  margin: 0;
  float: right;
  position: relative;
}
.features-frame .features .articles .article {
  width: 31.55%;
  margin: 0px;
  padding: 0;
  vertical-align: top;
  margin-right: 2%;
  display: inline-block;
}
.features-frame .features .articles .article:nth-last-child(1) {
  margin-right: 0%;
}
.features-frame .features .articles .article:nth-last-child(1) .link-frame {
  margin-right: -10px;
}
.features-frame .features .articles .article .link-frame .link p {
  margin: 0;
  padding: 0;
}
.features-frame .features .articles .article .link-frame .link .badge {
  width: 100%;
  height: 220px;
  border: 2px solid rgb(216, 216, 216);
  margin-bottom: 10px;
}
.features-frame .features .articles .article .link-frame .link .title {
  font-family: lane;
  color: rgb(102, 102, 102);
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1px;
}
.features-frame .features .articles .article .link-frame .link .subtitle {
  font-family: lane;
  color: rgb(206, 206, 206);
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 10px;
}
.features-frame .features .articles .article .link-frame .link .detail {
  font-family: lane;
  font-size: 0.95em;
  color: rgb(170, 169, 169);
  line-height: 1.45em;
}
.features-frame .features .hidden {
  display: none;
}

/* Micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .features-frame .features .loading {
    width: 100%;
    color: #cacaca;
    text-align: center;
    padding-top: 60px;
    position: absolute;
    top: 0;
  }
  .features-frame .features .loading .label {
    font-size: 32px;
    font-weight: 500;
  }
  .features-frame .features .loading .icon {
    font-size: 140px;
  }
  .features-frame .features .articles .article {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .features-frame .features .articles .article:nth-last-child(1) .link-frame {
    margin-right: 0px;
  }
  .features-frame .features .articles .article .link-frame .link p {
    margin: 0;
    padding: 0;
  }
  .features-frame .features .articles .article .link-frame .link .badge {
    width: 100%;
    height: 220px;
    border: 2px solid rgb(216, 216, 216);
    margin-bottom: 5px;
  }
  .features-frame .features .articles .article .link-frame .link .title {
    font-family: lane;
    color: rgb(102, 102, 102);
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1px;
  }
  .features-frame .features .articles .article .link-frame .link .subtitle {
    font-family: lane;
    color: rgb(206, 206, 206);
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .features-frame .features .articles .article .link-frame .link .detail {
    font-family: lane;
    font-size: 0.95em;
    color: rgb(170, 169, 169);
    line-height: 1.45em;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .features-frame .features .loading {
    width: 100%;
    color: #cacaca;
    text-align: center;
    padding-top: 60px;
    position: absolute;
    top: 0;
  }
  .features-frame .features .loading .label {
    font-size: 32px;
    font-weight: 500;
  }
  .features-frame .features .loading .icon {
    font-size: 140px;
  }
  .features-frame .features .articles .article {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .features-frame .features .articles .article:nth-last-child(1) .link-frame {
    margin-right: 0px;
  }
  .features-frame .features .articles .article .link-frame .link p {
    margin: 0;
    padding: 0;
  }
  .features-frame .features .articles .article .link-frame .link .badge {
    width: 100%;
    height: 220px;
    border: 2px solid rgb(216, 216, 216);
    margin-bottom: 5px;
  }
  .features-frame .features .articles .article .link-frame .link .title {
    font-family: lane;
    color: rgb(102, 102, 102);
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1px;
  }
  .features-frame .features .articles .article .link-frame .link .subtitle {
    font-family: lane;
    color: rgb(206, 206, 206);
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .features-frame .features .articles .article .link-frame .link .detail {
    font-family: lane;
    font-size: 0.95em;
    color: rgb(170, 169, 169);
    line-height: 1.45em;
  }
}
/* Extra small devices (portrait phones, from 420px to 575px) */
@media (min-width: 420px) and (max-width: 575px) {
  .features-frame .features .loading {
    width: 100%;
    color: #cacaca;
    text-align: center;
    padding-top: 60px;
    position: absolute;
    top: 0;
  }
  .features-frame .features .loading .label {
    font-size: 32px;
    font-weight: 500;
  }
  .features-frame .features .loading .icon {
    font-size: 140px;
  }
  .features-frame .features .articles .article {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .features-frame .features .articles .article:nth-last-child(1) .link-frame {
    margin-right: 0px;
  }
  .features-frame .features .articles .article .link-frame .link p {
    margin: 0;
    padding: 0;
  }
  .features-frame .features .articles .article .link-frame .link .badge {
    width: 100%;
    height: 220px;
    border: 2px solid rgb(216, 216, 216);
    margin-bottom: 5px;
  }
  .features-frame .features .articles .article .link-frame .link .title {
    font-family: lane;
    color: rgb(102, 102, 102);
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1px;
  }
  .features-frame .features .articles .article .link-frame .link .subtitle {
    font-family: lane;
    color: rgb(206, 206, 206);
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .features-frame .features .articles .article .link-frame .link .detail {
    font-family: lane;
    font-size: 0.95em;
    color: rgb(170, 169, 169);
    line-height: 1.45em;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .features-frame .features .loading {
    width: 100%;
    color: #cacaca;
    text-align: center;
    padding-top: 60px;
    position: absolute;
    top: 0;
  }
  .features-frame .features .loading .label {
    font-size: 32px;
    font-weight: 500;
  }
  .features-frame .features .loading .icon {
    font-size: 140px;
  }
  .features-frame .features .articles .article {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .features-frame .features .articles .article:nth-last-child(1) .link-frame {
    margin-right: 0px;
  }
  .features-frame .features .articles .article .link-frame .link p {
    margin: 0;
    padding: 0;
  }
  .features-frame .features .articles .article .link-frame .link .badge {
    width: 100%;
    height: 220px;
    border: 2px solid rgb(216, 216, 216);
    margin-bottom: 5px;
  }
  .features-frame .features .articles .article .link-frame .link .title {
    font-family: lane;
    color: rgb(102, 102, 102);
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1px;
  }
  .features-frame .features .articles .article .link-frame .link .subtitle {
    font-family: lane;
    color: rgb(206, 206, 206);
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .features-frame .features .articles .article .link-frame .link .detail {
    font-family: lane;
    font-size: 0.95em;
    color: rgb(170, 169, 169);
    line-height: 1.45em;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
/* Large devices (tablets, from 992px to 1199px) */
/* Small Jumbo devices (large screens, 1200px to 1350px) */
/* Medium Jumbo devices (large screens, 1351px to 1600px) */
