.aphs-sound{
    display: none;
}


/* inline play, pause */
.aphs-inline{
    position:relative;
    width:16px;
    height:16px;
    margin-right:3px;
    display: inline-block;
}
.aphs-link{
    text-decoration: underline;
    color:green;
}



/* toogle btn */

.aphs-toggle-button{
    position: relative;
    width: 50px!important;
    height: 50px;
    background: #ad3;
    cursor: pointer;
    transition: background-color 350ms ease-out;
}
.aphs-toggle-button:hover{
    background: #456;
}
.aphs-toggle-button img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    height: auto;
}
img.aphs-pause{
    display: none;
}

/* image with btn */

.aphs-image-wrap{
    position: relative;
}
.aphs-image{
    display: block;
    max-width: 100%;
    height: auto;
}
.aphs-volume-button{
    position: absolute;
    top: 10px;
    left: 10px;
    filter: drop-shadow(3px 3px 5px #555);
}

/* speech */

.aphs-speech-wrap{
    position: relative;
}
.aphs-speech{
    position: relative;
    width: 50px!important;
    height: 50px;
    background: #ccc;
    cursor: pointer;
    transition: background-color 350ms ease-out;
    margin: 5px;
}
.aphs-speech:hover{
    background: #43dea5;
}
.aphs-speech-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    height: auto;
}









.aphs-video{
    position: absolute;
    width: 320px!important;
    height: auto;
    transition: opacity 350ms ease-out; 
    visibility: visible;
    max-width: none;
    box-shadow: 1px 1px 9px #05050561;
    z-index: 999;
    opacity: 0;
    left:50px;
    display: none;
}









.aphs-hidden {
	opacity: 0; 
}
.aphs-visible {
    opacity: 1; 
}



