.you-may-also-like-grid-container {
  max-width: 90vw;
  margin: auto;
}

.you-may-like > img,
.you-may-like > h4,
.you-may-like > p {
  display: flex;
  justify-content: center;
  margin: auto;
}

.you-may-like .jvc-roku-icon {
  margin-bottom: 1em;
}

.you-may-like > h4 {
  margin-top: 1em;
}

.you-may-like > .product-buy-container {
  margin-bottom: 2em;
}

.product-buy-container {
  display: flex;
}

.product-buy-container > a {
  margin: auto;
}

.home-main-image-container > h2 {
  font-weight: 800;
  font-size: 8vh;
  text-align: center;
  text-transform: capitalize;
  padding-top: 3vh;
}

.home-product-categories-section {
  padding-top: 3vh;
}

.home-series-left-container {
  /* display: grid;
    grid-template-columns: 2fr 3fr; */
  /* max-width: 90vw; */
  padding-top: 3vh;
  padding-bottom: 3vh;
  margin: auto;
}

.home-series-right-container {
  /* display: grid;
    grid-template-columns: 3fr 2fr; */
  /* max-width: 90vw; */
  padding-top: 3vh;
  padding-bottom: 3vh;
  margin: auto;
}

.home-series-inner-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3vh;
  padding-left: 3vw;
  padding-right: 3vw;
}

.home-series-inner-container {
  display: flex;
}

.home-series-inner-text-container > h2 {
  padding-top: 2.5vh;
  font-weight: 800;
  font-size: 90px;
  line-height: 0.8;
}

.home-series-right-container > .home-series-inner-text-container {
  text-align: right;
  margin-right: 0;
}

.home-series-right-container > .home-series-inner-text-container > p {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

.home-series-inner-text-container > p {
  max-width: 60%;
  margin-top: 1em;
}

.product-roku-container {
  background-color: black;
}

/* CD CONTAINER */

.cd-image-container {
  position: relative;
  width: 90%;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
  border-right: solid 1px white;
}

/* NEW CONTENT STYLING */

.home-product-categories-container {
  padding-left: 3vw;
  padding-right: 3vw;
  grid-gap: 1em;
  /* display: grid;
  grid-template-columns: repeat(5, 1fr); */
  /* grid-auto-rows: 450px; */
}

.home-product-categories-inner-container {
  border-radius: 0.75em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#home-cat1,
#home-cat2,
#home-cat3,
#home-cat4,
#home-cat5,
#home-cat6 {
  background-color: rgb(251, 251, 251);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  padding: 0.5em;
  margin: 0.5em;
  padding-bottom: 1em;
  transition: 0.4s ease-in;
}

/* #home-cat1 { 
  background-image: url(../../products/58maw595/11.png);
} */
/* #home-cat2 {
  background-image: url(../../products/65maw705/11.png);
}
#home-cat3 { 
  background-image: url(../../products/65maw595/11.png);
}
#home-cat4 {
  background-image: url(../../products/55maw705/11.png);
}
#home-cat5 { 
  background-image: url(../../products/70maw795/11.png);
}
#home-cat6 {
  background-image: url(../../products/65maw705/11.png);
} */

.tv-product-button-container {
  display: flex;
  justify-content: center;
}

/* #home-cat1:hover,
#home-cat2:hover,
#home-cat3:hover,
#home-cat4:hover,
#home-cat5:hover,
#home-cat6:hover {
  transition: ease-out 0.4s;
  background-size: 350px;
} */

.home-product-categories-h3 {
  font-size: 1.7rem;
  text-align: left;
  font-weight: 500;
}

.home-product-categories-p {
  line-height: 1.1;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1rem 0;
  display: block;
  color: var(--dark-gray);
}

.home-product-categories-f {
  line-height: 1;
  font-size: 0.9rem;
  display: block;
  color: black;
  text-transform: capitalize;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  background: #3e3e3e url("img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* RESPONSIVNESS */

@media only screen and (max-width: 1400px) {
  .you-may-also-like-grid-container {
    max-width: 95vw;
    margin: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .home-video-section {
    margin-top: 90px;
  }

  .you-may-also-like-grid-container {
    display: block;
    max-width: 80vw;
  }

  .video-image > h2,
  .home-main-image-container > h2 {
    font-size: 2.5em;
  }

  .video-image > p {
    font-size: 1.2em;
  }

  .you-may-like {
    padding: 1.5em;
    margin: 3em;
  }
}

@media only screen and (max-width: 850px) {
  .home-lifestyle-info-container1,
  .home-lifestyle-info-container2 {
    grid-template-columns: 1fr;
  }

  .home-series-inner-text-container > h2 {
    font-size: 55px;
  }

  .home-series-inner-text-container > p {
    max-width: 50%;
  }

  .home-series-left-container {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .works {
    padding: 0;
  }
}

@media only screen and (max-width: 650px) {
  .video-image {
    position: initial;
    width: 90vw;
    margin: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media only screen and (max-width: 500px) {
  .you-may-also-like-grid-container {
    max-width: 80vw;
    margin: auto;
  }
}

@media only screen and (max-width: 400px) {
  .navbar .logo a img {
    height: 25px;
  }

  .home-video-section {
    margin-top: 60px;
  }

  .you-may-also-like-img {
    max-width: 200px;
  }

  .works {
    margin: auto;
  }

  .home-header-inner-header-container > h2 {
    font-size: 2.5em;
  }
}
