.luna-highlights-main {
  border: 1px solid #22242b;
  border-radius: 8px;
  background: #1d1f25;
  margin-top: 11px;
}

.luna-highlights-container-title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 34px !important;
  line-height: 32px;
  text-underline-position: under;
  color: #00adef;
  margin-bottom: 8px;
  background: #22242b;
  margin: 0;
  padding: 10px;
  padding-top: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: 'Cambay-Bold' !important;
}

.luna-highlights-container-title span {
  color: #3cdc84;
}

.luna-highlights-container-title img {
  display: none;
  width: auto;
  height: 42px;
  margin-top: -6px; 
}

.luna-highlights-container-subtitle {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 32px;
  color: #00adef;
  background: #22242b;
  padding: 0px 16px 20px 16px;
  border-bottom: solid 1px #222;
}

.luna-highlights-container-subtitle span {
  color: #3cdc84;
  font-weight: 600;
}

.luna-highlights-container {
  display: flex;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding: 2px;
}

.lh-primary-cell {
  display: block !important;
  width: 100% !important;
  height: 300px !important;
}

.lh-cell {
  display: inline-flex;
  height: 250px;
  width: 33%;
  background-color: #000;
}

.lh-cell iframe {
  height: 100%;
  width: 100%;
}

.luna-highlights-seperator {
  color: #00adef;
  border: 1px solid #00adef;
  margin: 13px 48px 18px 48px;
}

@media screen and (max-width:990px) {
  .luna-highlights-container {
	display: block; 
  }
  .lh-cell {
	width: 100%; 
  }
  .lh-love {
    padding-top: 10px;
  }
}

@media screen and (max-width:380px) {
  .luna-highlights-container-title img {
	margin-top: 12px;
  }
}