/* .image-box{
  height:500px;
  line-height: 5;
} */

/* .playerVisual i{
  background:red;
} */

.right-side{
  position: absolute;
  background-color: #222022;
/*background-image: linear-gradient(to left, rgba(109,170,57,1), rgba(34,32,34,0));*/
/*align:right; */
/*background-image: url("../images/speaker.png");*/
/*float: right; */
  max-width: 16.666%;
  width: 16.6666%;
  height: 100vh;
  left: 82%;
}

.left-side{
  background-color: #ceccce;
  background-image: url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  max-width: 82%;
  width: 82%;
  height:100vh;
}

.background{
  height:100%;
    background-image: url("../images/webback.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.site-logo img{
  max-width: 300%;
  height: 70px;
}

/* li:hover{
  font-weight: 450;
} */

/* li{
  padding-top: 25%;
} */
/* .header-nav__list{
  height:100vh;
} */
/*
#my_centered_buttons{
  display: flex;
  justify-content: center;
} */
