.vjs-theater-container-button {
	cursor: pointer;
        padding-top: .9em;
        padding-right: 0;
}
.vjs-theater-container-button span {
    color: transparent;
    border: 2.3px solid white;
    font-size:  .5em;
    padding: .5em 0 0;

}
/*.vjs-theater-container-button {
	margin-bottom: .3em;
}*/
.vjs-theater-container-button.theater-toggled {
	position: static;
}

.vjs-theater-container-button.theater-toggled span {
	font-size: .3em !important;
	position: relative;
        top:50%;
        transform: translateY(10%);
	left: 0;
}