.control-color-selector input[data-variant="black"] + label {
  background: #323232;
}
.control-color-selector input[data-variant="gold"] + label {
  background: #b7a27e;
}
.control-color-selector input[data-variant="silver"] + label {
  background: #bebec3;
}

.control-anim-seekbar-container {
    display: none !important;
}

.lan-description{
    top: 50%;
    left: 52%;
    width: auto;
    height: auto;
    display: none;
}
.lan-description video{
    width: 420px;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 5px #00000057);
}
.camera-description{
    top: 50%;
    left: 52%;
    width: auto;
    height: auto;
    display: none;
}
.camera-description video{
    width: 420px;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 5px #00000057);
}

/*------- SP -------*/
@media screen and (max-width: 767px) {

.lan-description{
    top: 36%;
    left: 49%;
}
.lan-description video{
    width: 200px;
}
.camera-description{
    top: 31%;
    left: 49%;
}
.camera-description video{
    width: 200px;
}
  
}