.sound-toggle {
    /* position: absolute;
    bottom: 10%;
    left: 5%; */
    width: 40px;
    height: 40px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	border-radius: 100%;
	z-index: 9060;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	outline: none;
	padding: 0;
    background: url(../img/soundoff.png) no-repeat center;
    cursor: pointer;
}

.sound-toggle.design1  {
    background: url(../img/soundoff.png) no-repeat center;
}

.sound-toggle.design2  {
    background: url(../img/soundoff-white.png) no-repeat center;
}

.sound-toggle.active,
.sound-toggle.design1.active {
    background: url(../img/soundon.png) no-repeat center
}

.sound-toggle.design2.active {
    background: url(../img/soundon-white.png) no-repeat center
}
