.footerContainer{
    width: 350px;
    height: 50px;
    background: transparent;
    position: absolute;
    bottom: 31px;
    left: calc(50%);
    transform: translateX(-50%);
    z-index: 15;
}

/* range 3 */
#zoomSlider {
    -webkit-appearance: none;
    appearance: none; 
    width: 80%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 10px;
    background: #ccc;
  }
  
  #zoomSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none; 
    height: 30px;
    width: 30px;
    background: #b8252e;
    /* background-image: url("https://ibaslogic.github.io/hosted-assets/smile.png"); */
    background-size: cover;
    border-radius: 50%;
    transition: .2s ease-in-out;
    box-shadow: 2px 1px 5px 0px rgba(15,15,15, 0.9)
  }
  
  /* Thumb: Firefox */
  #zoomSlider::-moz-range-thumb {
    height: 30px;
    width: 30px;
    background: #b8252e;
    /* background-image: url("https://ibaslogic.github.io/hosted-assets/smile.png"); */
    background-size: cover;
    border: none;
    border-radius: 50%;

    /* transform: rotateZ(var(--thumb-rotate, 0deg)); */
    /* transition: .2s ease-in-out; */
  }
  .value3{display: none;}
  
  /* #range3::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  #range3:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  
  #range3:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  
  #range3::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  #range3:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  #range3:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
  } */
/* .range-input {
    -webkit-appearance: none;
    appearance: none; 
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 6px;
    background: #ccc;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
  }
  
  .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none; 
    height: 35px;
    width: 35px;
    background-color: #b8252e;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
    box-shadow: -407px 0 0 400px #b8252e;
  }
  
  .range-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #b8252e;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
    box-shadow: -407px 0 0 400px #b8252e;
  } */

/*   
  .range-input::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  .range-input:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  .range-input:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  
  .range-input::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  .range-input:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  .range-input:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
  } */
   
/* #zoomSlider {
    -webkit-appearance: none;
    appearance: none; 
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
  } */
  
  /* #zoomSlider::-webkit-slider-runnable-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
  }
  
  #zoomSlider::-moz-range-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
  }
  
  #zoomSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none; 
    height: 45px;
    width: 45px;
    background-color: #b8252e;
    border-radius: 50%;
     border: 2px solid #b8252e;
    box-shadow: -407px 0 0 400px #b8252e;
  }
  
  #zoomSlider::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #b8252e;
    box-shadow: -407px 0 0 400px #b8252e;
  }  */
  
  .range button {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 32px;
    color: #b8252e;
    font-weight: 900;
    cursor: pointer;
}
  .range{
    display: flex;
    justify-content: center;
    align-items: center;
}
  #zoomout {
    margin: -8px 5px 0 0;
  }
  #zoomin{
    margin: -1px 0 0 5px;
  }
  /* @media screen and (max-width: 1360px) {
    .footerContainer {
      left: calc((100% + 322px)/2);
      transform: translate(-50%);
    }
  } */
  @media only screen and (max-width: 1280px) and (orientation: landscape){
    .desktopdevice .footerContainer {
        left: calc((100% + 63px)/2);
        transform: translate(-50%);
    }
    }
    @media only screen and (max-width: 920px) and (orientation: landscape){
      .desktopdevice #footerControl {
          display: none !important;
      }
    }
    @media only screen and (max-height: 600px) and (orientation:landscape) {
      .desktopdevice #footerControl {
        display: none !important;
      }
    }