.block {
  height: 252px;
  position: relative;
  margin: 0 auto 30px;
  max-width: 360px;
}
.block .overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.block .content .overlay-link {
  position: absolute;
  top: 0;
  height: 210px;
  width: 100%;
  display: block;
  z-index: 3;
}
.block .content .text {
  position: relative;
  top: 150px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.block .content .text .title {
  font-size: 20px;
  font-family: 'Open Sans';
  color: #fff;
  padding: 20px 20px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block .content .text .title {
    font-size: 18px;
  }
}
.block .content .text .description {
  color: #fff;
  padding: 0 20px;
  opacity: 0;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.block .content .caption {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
}
.block .content a {
  color: #fff;
}
.block .content a .fa {
  font-size: 14px;
  padding-left: 5px;
}
.block .content a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .block:hover .overlay {
    opacity: 1;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .block:hover .content .text {
    top: 0;
  }
  .block:hover .content .text .description {
    opacity: 1;
  }
  .block:hover .content .caption {
    background-color: rgba(0, 0, 0, 0.35);
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .block:hover .content a:hover {
    color: #ed1c24;
  }
}
#aerospace-defense {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #aerospace-defense:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-defense.jpg');
    background-size: auto 100%;
  }
}
#asic-prototyping {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/asic-prototyping.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/asic-prototyping.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/asic-prototyping.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/asic-prototyping.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/asic-prototyping.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #asic-prototyping:hover {
    background: url('/content/dam/xilinx/imgs/hubs/asic-prototyping.jpg');
    background-size: auto 100%;
  }
}
#audio {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/audio.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/audio.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/audio.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/audio.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/audio.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #audio:hover {
    background: url('/content/dam/xilinx/imgs/hubs/audio.jpg');
    background-size: auto 100%;
  }
}
#automotive {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/automotive.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/automotive.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/automotive.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/automotive.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/automotive.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #automotive:hover {
    background: url('/content/dam/xilinx/imgs/hubs/automotive.jpg');
    background-size: auto 100%;
  }
}
#broadcast {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/broadcast.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/broadcast.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/broadcast.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/broadcast.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/broadcast.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #broadcast:hover {
    background: url('/content/dam/xilinx/imgs/hubs/broadcast.jpg');
    background-size: auto 100%;
  }
}
#consumer-electronics {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/consumer-electronics.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/consumer-electronics.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/consumer-electronics.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/consumer-electronics.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/consumer-electronics.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #consumer-electronics:hover {
    background: url('/content/dam/xilinx/imgs/hubs/consumer-electronics.jpg');
    background-size: auto 100%;
  }
}
#data-center {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/data-center.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/data-center.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/data-center.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/data-center.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/data-center.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #data-center:hover {
    background: url('/content/dam/xilinx/imgs/hubs/data-center.jpg');
    background-size: auto 100%;
  }
}
#high-performance-computing {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/high-performance-computing.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/high-performance-computing.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/high-performance-computing.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/high-performance-computing.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/high-performance-computing.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #high-performance-computing:hover {
    background: url('/content/dam/xilinx/imgs/hubs/high-performance-computing.jpg');
    background-size: auto 100%;
  }
}
#industrial {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/industrial.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/industrial.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/industrial.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/industrial.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/industrial.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #industrial:hover {
    background: url('/content/dam/xilinx/imgs/hubs/industrial.jpg');
    background-size: auto 100%;
  }
}
#medical {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/medical.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/medical.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/medical.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/medical.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/medical.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #medical:hover {
    background: url('/content/dam/xilinx/imgs/hubs/medical.jpg');
    background-size: auto 100%;
  }
}
#test-measurement {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #test-measurement:hover {
    background: url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
    background-size: auto 100%;
  }
}

#smarter-networks {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-networks.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-networks.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-networks.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-networks.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-networks.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #smarter-networks:hover {
    background: url('/content/dam/xilinx/imgs/hubs/smarter-networks.jpg');
    background-size: auto 100%;
  }
}
#smarter-vision {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-vision.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-vision.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-vision.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-vision.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/smarter-vision.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #smarter-vision:hover {
    background: url('/content/dam/xilinx/imgs/hubs/smarter-vision.jpg');
    background-size: auto 100%;
  }
}
#test-measurement {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #test-measurement:hover {
    background: url('/content/dam/xilinx/imgs/hubs/test-measurement.jpg');
    background-size: auto 100%;
  }
}
#wired-communications {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wired-communications.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wired-communications.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wired-communications.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wired-communications.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wired-communications.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #wired-communications:hover {
    background: url('/content/dam/xilinx/imgs/hubs/wired-communications.jpg');
    background-size: auto 100%;
  }
}
#wireless-communications {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wireless-communications.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wireless-communications.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wireless-communications.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wireless-communications.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/wireless-communications.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #wireless-communications:hover {
    background: url('/content/dam/xilinx/imgs/hubs/wireless-communications.jpg');
    background-size: auto 100%;
  }
}
#analog-mixed-signal {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #analog-mixed-signal:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#configuration-solutions {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #configuration-solutions:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#connectivity {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #connectivity:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#design-security {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #design-security:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#dsp {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #dsp:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#ethernet {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #ethernet:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#high-speed-serial {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #high-speed-serial:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#memory-interfacing {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #memory-interfacing:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#pci-express {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #pci-express:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#power {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #power:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#processing-solutions {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #processing-solutions:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#signal-integrity {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #signal-integrity:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#silicon-devices {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #silicon-devices:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#developer-zone {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #developer-zone:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#boards-and-kits {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #boards-and-kits:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#intellectual-property {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #intellectual-property:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
#technology {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #technology:hover {
    background: url('/content/dam/xilinx/imgs/hubs/aerospace-and-defense.jpg');
    background-size: auto 100%;
  }
}
