.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: 7vh;
    /* padding-bottom: 3em; */
}


.home-series-left-container {
    /* display: grid;
    grid-template-columns: 2fr 3fr; */
    /* max-width: 90vw; */
    padding-top: 7vh;
    padding-bottom: 7vh;
    margin: auto;
}

.home-series-right-container {
    /* display: grid;
    grid-template-columns: 3fr 2fr; */
    /* max-width: 90vw; */
    padding-top: 7vh;
    padding-bottom: 7vh;
    margin: auto;
}

.home-series-inner-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 7vh;
    padding-left: 5vw;
    padding-right: 5vw;
}

.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: 33%;
    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;
  }
  
  @-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;
    }
}