html {
  scroll-behavior: smooth;
  background-color: #000
}
@font-face {
  font-family: CharlieBrown;
  src: url(../fonts/charliebrownm54-webfont.woff2) format('woff2')
}
@font-face {
  font-family: Blackcaps;
  src: url(../fonts/BLACKCAPS-Regular.ttf) format('truetype')
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative
}
header {
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	background-color: #181818;
	height: 54px
}
.nav-container {
  margin: 0 auto;
  max-width: 1166px;
  background-color: #181818;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%
}
.nav-container-ul {
	/*margin: auto;*/
}
.logo-section {
  flex: 1
}
.nav-section {
  flex: 3;
  display: none;
  justify-content: flex-start;
  align-items: center
}
.logo-section > img {
  height: 36px
}
.nav-section nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: .8rem;
  padding: 0;
  margin: 0;
  list-style: none
}
.social-media-section {
  display: none
}
.social-media-section img {
  height: 16px
}
.subscribe-link {
  display: flex;
  justify-content: center;
  align-items: center
}
.subscribe-link a {
  padding: 4px 20px;
  font-size: 1.6rem;
  background-color: #db0095;
  color: #fff;
  text-decoration: none;
  border-radius: 10px 0px 10px 0px;
  outline: 2px solid #fff;
  transition: background-color .2s ease;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.subscribe-link a:hover {
  background-color: #f600ff
}
.nav-section ul li:hover::before {
  background-color: #fff
}
nav ul li {
  padding: 0
}
nav ul li a {
  display: block;
  color: #dbdbdb;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease;
  font-size: 1rem;
  padding: 10px 5px;
  border-radius: 10px 0px 10px 0px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
nav ul li a:hover {
  color: #ddd;
  background-color: rgba(255, 255, 255, .2)
}
.social-btn-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer
}
.social-btn-header img {
  max-width: 100%;
  max-height: 100%
}
#title {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1
}
#title .background-image {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  min-height: 800px
}
   .gif-capsule {
	   display: flex;
	   flex-direction: column;
	   align-items: center;
    }
.gif-capsule img {
	max-width: 100%;
    height: auto;
}
.buy-now-button {
  display: block;
  background: url(assets/images/title/play_now.webp) no-repeat center center;
  border: none;
  background-size: contain;
  position: absolute;
  top: 46.5%;
  width: 100%;
  height: 111px
}
.mobile-play-now-button {
  display: none;
  background-color: red;
  color: #fff;
  border: none;
  padding: 15px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 1.5em;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-bottom: 208px
}
#splash-border-divider {
  display: none
}
#title .slideshow-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px
}
.slideshow-controls {
  display: flex;
  align-items: center;
  width: 100%
}
.slide-arrow {
  background: url(../images/title/left_arrow_mobile.webp) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  text-shadow: none
}
.slide-arrow.right-arrow {
  background: url(../images/title/right_arrow_mobile.webp) no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  text-shadow: none
}
.slide-previews {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  overflow: hidden
}
.slide-preview {
  width: 120px;
  max-height: 120px;
  margin: 10px 12px;
  cursor: pointer;
  overflow: hidden;
}
.slide-preview img {
  width: 100%;
  height: 100%;
  height: auto;
  border-radius: 20px 0px 20px 0px;
  border: 3px solid #fff;
  object-fit: contain
}
.slide-preview-container {
  display: inline-block
}
.slide-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000
}
.slide-popup-overlay-buttons {
  position: absolute;
  bottom: 27%;
  display: flex;
  justify-content: space-between;
  width: 60%
}
.slide-popup-overlay button {
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer
}
.slide-popup-overlay-image {
  max-width: 100%;
  max-height: 100%
}
#container {
  background-color: #000
}
#sectionContainer {
  position: relative;
  background-color: #000;
  overflow: hidden;
  max-width: 1620px;
  margin: 0 auto
}
section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: auto
}
#media {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0 0;
  margin-top: -102px
}
#media .background-image {
  background: url(../images/mediareel/mediabackground_mobile.webp) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 66%
}
#media .video-container {
  order: 2;
  flex-basis: 100%;
  margin-right: 0;
  padding: 0;
  margin-top: 50px;
  z-index: 1
}
#media .video-container video {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: none
}
.text-container {
  order: 1;
  flex-basis: 100%;
  padding: 10px;
  margin-top: 140px;
}
.media-header {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 18px;
  font-family: Blackcaps;
  font-weight: 400;
  letter-spacing: -1px;
  z-index: 10; /* Mate it on top of Title Cover*/
}
.media-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  text-align: center;
  padding: 10px 20px;
  line-height: 1rem;
}
.media-text-links {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 55px;
  line-height: 1.1rem;
  z-index: 10
}
.link-highlight {
  color: hsl(0deg 68.16% 51.86%);
  text-decoration: none
}
.link-highlight:hover {
  color: hsl(0deg 68.16% 51.86%);
  text-decoration: underline
}
#features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  min-height: auto;
  margin-top: 0;
  z-index: 1
}
.features-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
  padding: 0;
  background-size: cover
}
.features-left {
  color: #fff;
  font-size: 1rem;
  width: 100%;
  flex: .85;
  text-align: center;
  padding: 51px;
  font-family: TekoRegular;
  border-top: 2px solid #000;
  border-bottom: 4px solid #000;
  background: url(../images/features/features_bg_mobile.webp) no-repeat bottom center;
  background-size: cover
}
.features-title {
  font-size: 3.5rem;
  text-align: center;
  margin: 20px auto;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  width: 80%
}
.features-list p {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  line-height: 1.2rem
}
#features .video-container {
  flex: 1.15;
  padding: 0;
  position: relative;
  width: 100%
}
#features .video-container video {
  background: url(../videos/features/Bunny_Scene.mp4) no-repeat center center;
  width: 100%;
  height: auto;
  border: 0 solid #fff
}
#features .video-container::before {
  display: none
}
.features-splash-image {
  display: none
}
.feature-set {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  height: 350px
}
.features-nav {
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 3em;
  z-index: 10
}
.video-nav {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 3em;
  z-index: 10
}
.left-arrow-features {
  left: 50px;
  background: url(../images/title/left_arrow_mobile.webp) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  text-shadow: none
}
.right-arrow-features {
  right: 50px;
  background: url(../images/title/right_arrow_mobile.webp) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  text-shadow: none
}
.left-arrow-video {
  left: 20px;
  background: url(../images/title/left_arrow_mobile.webp) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  text-shadow: none
}
.right-arrow-video {
  right: 20px;
  background: url(../images/title/right_arrow_mobile.webp) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  text-shadow: none
}
.video-dots {
  display: none
}
.section-title {
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: "Barlow Condensed", sans-serif;
}
.outlined-text {
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}
.find-out-more-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #414141;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px
}
.horizontal-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 20px
}
.horizontal-scroll::-webkit-scrollbar {
  height: 8px
}
.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px
}
.horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #555
}
.item {
  flex: 0 0 auto;
  width: 200px;
  text-align: center;
  margin: 10px
}
.item img {
  width: auto;
  height: 200px;
  object-fit: cover;
  border-radius: 10px
}
.item p {
  font-size: 2rem;
  color: #a11010;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  margin-top: 10px
}
#pricing {
  background-color: rgba(128, 0, 128, 0);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.platform-header, .pricing-header {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px
}
.pricing-header {
  font-size: 3rem
}
.platform-header {
  font-size: 2rem;
  margin-bottom: 2rem
}
.pricing-subheader {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 50px
}
.platform-list {
  display: flex;
  justify-content: center;
  gap: 20px
}
.platform-item {
  text-align: center
}
.platform-description {
  margin-bottom: 5px
}
.platform-button {
  border: 2px solid #ccc;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  min-width: 100px
}
.platform-button img {
  height: 50px;
  width: auto;
  display: block
}
footer {
  width: 100%;
  background-color: #000
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1620px;
  margin: 0 auto;
  text-align: center;
  background-color: #181818;
  padding: 20px
}
.footer-logo {
  margin-bottom: 20px;
  max-width: 200px
}
.footer-logo img {
  max-width: 100%;
  height: auto
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 20px
}
.footer-nav ul li {
  padding: 0 0
}
.footer-nav ul li.delimiter {
  margin: 0 5px;
  color: #fff
}
.footer-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem
}
#border-overlay {
  display: none
}
#platform-section {
  text-align: center;
  position: relative;
  background: url(../images/platform/platform_background_mobile.webp) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  min-height: 400px;
  z-index: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.platform-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 980px;
  margin-top: 300px;
  padding: 20px
}
.top-section {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.platform-title-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 0
}
.platform-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px
}
.button {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  font-size: .9rem;
  transition: background-color .3s, color .3s;
  text-align: center;
  font-family: TekoSemiBold;
  font-size: 1.5rem
}
.button:hover {
  background-color: #861c1c;
  color: #fff
}
.platform-buttons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
  width: 80%
}
.button-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}
.overlay-image {
  position: absolute;
  top: -31px;
  left: -48px;
  width: 50%;
  max-height: 100%;
  object-fit: contain;
  z-index: 2
}
.line-with-text {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  padding-right: 4px;
  color: #fff;
  font-family: CharlieBrown
}
.line-with-text::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff
}
.button-platform {
  width: 100%;
  background-color: #fff
}
.button-platform img {
  max-width: 70%;
  height: auto
}
.button-platform[aria-disabled=true] {
  cursor: default;
  opacity: .5
}
.button-platform[aria-disabled=true]:hover {
  background-color: #fff
}
.button-platform[aria-disabled=false]:hover {
  background-color: #851c1c
}
.button-platform[aria-disabled=false] {
  cursor: pointer
}
.button-platform[aria-disabled=false]:hover img {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(180deg) brightness(100%) contrast(100%)
}

.animated-button {
	text-align: center;
    vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    width: 200px;
    height: 62px;
    padding: 0px;
    background: transparent;
    border-color: #ffffff;
	border-radius: .3rem;
}

.platform-buttons-container {
	display: flex;
	flex-direction: row;
	margin-top: 60px;
	justify-content: center;
}

@media (max-width: 767px) {
  	.platform-buttons-container {
		flex-direction: column;
		margin-top: -30px;
		justify-content: center;
		align-items: center;
	}
}


#lovense-section {
  background: url(../images/lovense/lovense_background_mobile.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 336px;
  margin-top: -57px;
  padding: 30px
}
.lovense-button {
  width: 94%;
  margin-right: 20px;
  padding-top: 49px
}
.lovense-button img {
  width: 100%;
  height: auto;
  cursor: pointer
}
#combined-blog-and-pricing {
  position: relative;
  overflow: hidden
}
#backgroundVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  object-fit: cover
}
#blog, #pricing {
  position: relative;
  z-index: 3;
  color: #fff
}
#blog {
  overflow: hidden;
  max-height: 100px;
  text-align: center
}
.social-buttons {
  display: flex;
  justify-content: center;
  gap: 25px
}
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer
}
.social-btn img {
  max-width: 100%;
  max-height: 100%
}
.landscape-warning {
  display: none
}

.platform-widget-container {
    display: block;
    border: none;
    background-size: contain;
    position: absolute;
    top: 62%;
    left: 48.5%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .platform-widget-container {
    top: 65%;
  }
}

.steam-widget {
	transform: scale(1);
}

@media (max-width: 767px) {
  .steam-widget {
    transform: scale(0.6);
  }
}

@media screen and (orientation:landscape) and (max-width:800px) {
  .landscape-warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-size: 1.5rem
  }
}
@media (min-width:600px) {
  .logo-section > img {
    height: 36px
  }
  .nav-section {
    display: flex
  }
  .nav-section nav ul {
    font-size: 1.2rem
  }
  .social-media-section img {
    height: 24px
  }
  .subscribe-link {
    height: 100%
  }
  .subscribe-link a {
    padding: 8px 6px;
    font-size: 1.4rem
  }
  nav ul li a {
    font-size: 1.4rem;
    padding: 10px 15px
  }
  nav ul li {
    padding: 0
  }
  .social-btn-header {
	width: 36px;
	height: 36px
  }
  #media {
    margin-top: -300px;
  }
  #title .background-image {
    min-height: 110vw
  }
  .slideshow-controls {
    width: 63%
  }
  .features-list p {
    max-width: 50%
  }
  .left-arrow-features {
    left: 30vw
  }
  .right-arrow-features {
    right: 30vw
  }
  .subscribe-link a {
    padding: 0 9px;
    font-size: 1rem
  }
}
@media (min-width:731px) {
  .subscribe-link a {
    padding: 8px 6px;
    font-size: 1.2rem
  }
}
@media (min-width:1024px) {
  .social-media-section {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-right: 16px;
  }
}
@media (min-width:1200px) {
  .subscribe-link a {
    padding: 5px 25px;
    font-size: 1.4rem
  }
  nav ul li a {
    font-size: 1.6rem;
    padding: 7px 15px
  }
  .logo-section > img {
    height: 36px
  }
  #lovense-section {
    background: url(../images/lovense/lovense_background.webp) no-repeat center center;
    background-size: cover;
    min-height: 531px;
    margin-top: -277px;
    padding: 46px;
    justify-content: space-between
  }
  .lovense-button {
    width: 35%;
    padding-top: 142px;
    margin-right: 36px
  }
  .lovense-button img {
    width: 100%
  }
  .slide-popup-overlay-image {
    max-width: 90%;
    max-height: 80%
  }
  .slide-popup-overlay-buttons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 90%;
    bottom: 50%
  }
  .slide-popup-overlay button {
    font-size: 6rem
  }
  #title .background-image {
    min-height: 1415px;
    background-size: contain
  }
 
  .mobile-play-now-button {
    display: none
  }
  #splash-border-divider {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 635px;
    background: url(../images/title/border_splash_red_bottom.webp) no-repeat center;
    background-size: contain;
    z-index: -1;
    top: 39.5%;
    transform: translateY(-50%)
  }
  #title .slideshow-container {
    position: absolute;
    top: 31%;
    right: 20%;
    transform: translateY(-50%);
    width: 170px;
    height: 45%;
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
    align-items: center
  }
  .slideshow-controls {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between
  }
  .slide-previews {
    flex-direction: column;
    height: calc(100% - 120px);
    overflow-y: auto
  }
  .slide-preview {
    width: 140px;
    max-height: 180px;
    height: auto;
    margin: 6px 20px;
  }
  .slide-preview img {
    width: 100%;
    height: auto;
    object-fit: cover
  }
  .slide-arrow {
    transform: rotate(90deg) translateX(300%);
	z-index: 10;
  }
  .slide-arrow.right-arrow {
    transform: rotate(90deg) translateX(-300%);
	z-index: 10;
  }
  section {
    border-top: none;
    border-bottom: none
  }
  #features {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    min-height: 941px;
    margin-top: -242px;
    background: 0 0
  }
  .features-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 108px;
    background: 0 0;
    overflow: hidden
  }
  .features-left {
    font-size: 1.4rem;
    width: 95%;
    padding: 0;
    background: 0 0;
    padding-bottom: 0;
    height: 100%;
    border: none
  }
  .features-title {
    font-size: 5rem;
    width: 100%;
    margin: unset;
    padding-bottom: 19px
  }
  .features-list p {
    text-align: left;
    margin-bottom: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    line-height: 1.9rem
  }
  #features .video-container {
    padding: 0
  }
  #features .video-container::before {
    display: block;
    content: '';
    position: absolute;
    top: 19px;
    left: -19px;
    width: calc(100% - 41px);
    height: calc(100% - 60px);
    background-color: #000;
    z-index: -1;
    transform: skew(3deg) rotate(358deg)
  }
  #features .video-container video {
    border: 4px solid #fff
  }
  .video-dots {
    display: flex;
    justify-content: center;
    padding: 10px
  }
  .video-dot {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #000;
    cursor: pointer;
    border: 2px solid #fff
  }
  .video-dot.active {
    background-color: #fff
  }
  .features-splash-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 910px;
    background: url(../images/features/warehouse_background.webp) no-repeat bottom center;
    background-size: contain;
    z-index: 0;
    pointer-events: none
  }
  .feature-set {
    height: unset
  }
  .features-nav {
    top: 13%
  }
  .right-arrow-features {
    right: 100px
  }
  .left-arrow-features {
    left: 100px
  }
  #media {
    flex-direction: column;
    padding: 216px;
    margin-top: -500px
  }
  #media .background-image {
    background: url(../images/mediareel/mediabackground.webp);
    background-size: contain;
    min-height: 3000px
  }
  #media .video-container, .text-container {
    flex: 0 1 50%
  }
  #media .video-container {
    margin-top: 0;
    order: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column
  }
  #media .video-container video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 4px solid #fff
  }
  .text-container {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0
  }
  .media-header {
    margin-bottom: 10px;
    font-size: 3rem
  }
  .media-text {
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-size: 1.2rem;
    padding: 0;
    padding-bottom: 20px;
    line-height: 1.4rem;
	z-index: 10;
  }
  .media-text-links {
    flex: 4;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.9rem
  }
  .footer-nav ul li a {
    color: #dbdbdb;
    text-decoration: none;
    font-size: 2rem
  }
  #border-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
    width: 100%
  }
  #platform-section {
    background: url(../images/platform/background.webp) no-repeat center center;
    background-size: contain;
    padding: 50px 0;
    min-height: 900px;
    margin-top: -191px;
    justify-content: flex-start
  }
  .platform-title-image {
    max-width: 80%
  }
  .platform-area {
    max-width: 66%;
    padding: 20px
  }
  .platform-buttons-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1 fr);
  }
  .button-platform {
    width: 100%
  }
  .button-platform img {
    max-width: 100%
  }
  .line-with-text {
    text-align: right
  }
}
@media (min-width:1200px) and (max-width:1600px) {
  #title .background-image {
    min-height: 87vw
  }
  #media {
    padding: 10vw;
    margin-top: -26vw;
  }
  #media .background-image {
    min-height: 62.5vw
  }
  #features {
    margin-top: -32vw;
    min-height: 92vw
  }
  .features-content {
    padding: 4vw
  }
  .features-splash-image {
    height: 74vw
  }
  .platform-area {
    padding: 2vw
  }
  #platform-section {
    min-height: 67vw;
    margin-top: -26vw
  }
  .features-list p {
    max-width: 32vw
  }
  #lovense-section {
    min-height: 36vw;
    margin-top: -18vw
  }
  .features-nav {
    top: 3vw
  }
  .right-arrow-features {
    right: 6vw
  }
  .left-arrow-features {
    left: 6vw
  }
  .features-left {
    flex: 1
  }
  #features .video-container {
    flex: 1
  }
}
