.bg-grid-white-line {
  /* No background-color defined, so it is transparent */

  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);

  background-size: 50px 50px;

  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 100%);
}

b,
strong {
  font-weight: bolder;
  color: white;
}

.mac_screen_content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* This creates a 16:9 aspect ratio */
  position: relative;
  overflow: hidden;
  background: black; /* Hides loading glitch */
}

/* Force Jarallax to stop messing with the size */
.mac_screen_content > div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Forces the text to turn white when hovered */
.text-white-hover:hover {
  color: #ffffff !important;
}

/* Optional: the icon to turn white too */
.text-white-hover:hover i {
  color: #ffffff !important;
}
