﻿@media screen and (max-width: 1920px) {
.InnerGIGABYTEContent #featureicon .title {
  font-size: 1.6vw;
  line-height: 2vw;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
  bottom: 1%;
  background: #000;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
}