.playPauseButtonContainer {
    width: 100%;
    height: 500px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    opacity: .85;
    z-index: 900;
}

#volumeControlCC {
    display: none;
    transform: scaleY(-1);
    position: absolute;
    top: 94%;
    left: 85%;
    background: #202020;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
}

#closedCaptionsHolder{
    position: absolute;
    top: 405px;
    text-align: center;
    background-color: #333;
    padding: 5px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: bold;
    display: none;
}

.playPauseInstructions {
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    z-index: 920;
    font-size: 22px !important;
}

.playPauseButton.lowerCorner {
    position: absolute;
    top: 93%;
    left: 5%;
    height: 25px;
}

.playPauseButton.playCorner {
    border-width: 12px 0 12px 15px;
}

.playPauseButton.paused {
    border-style: double;
    border-width: 0px 0 0px 20px;
}

.playPauseButtonContainer.noBackground {
    background-color: rgba(0,0,0,0);
}

.replayButton {
	display: none;
}

.playPauseButton {
    border: 1;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 74px;
    border-color: transparent transparent transparent #202020;
    transition: 100ms all ease;
    cursor: pointer;
    display: none;
    border-style: solid;
    border-width: 37px 0 37px 60px;
    &: hover { border-color: transparent transparent transparent #404040; };
}

.circleText {
    display: none;
    color: #fff;
    font-size: 24px !important;
    font-weight: bold;
}

.smallCircleText {
    font-size: 14px !important;
}

.smallerCircleText {
    font-size: 20px !important;
}

.playPauseButtonContainer {
    width: 100%;
    height: 500px !important;
}
.homeAffordabilityTextContainer {
	width: 300px;
}

#videodiv button:focus {
    outline-color: invert !important;
    outline-width: 4px !important;
    outline-offset: -2px !important;
    -webkit-box-shadow: 0 0 0 0px #fff !important;
    box-shadow: 0 0 0 0px #fff !important;
}

.smallerCircleText4 {
    font-size: 25px !important;
}

.bigCircleText4 {
    font-size: 19px !important;
}

#shortfallcirc4{
	display: none;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

#custom-seekbar
{  
  cursor: pointer;
  height: 10px;
  margin-bottom: 10px;
  outline: thin solid orange;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: none;
}
#custom-seekbar span
{
  background-color: orange;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0px;
  display: none;
}
input#un-mute {
    display: none;
}

.unmute img {
    display: none;
}

input#un-mute:checked ~ .unmute img {
    display: initial;
}

input#un-mute:checked ~ .mute img {
    display: none;
}

.muteIcon {
	height: 30px;
	width: 30px;
	cursor: pointer;
}

#muteButtonHolder {
	display: none;
    position: absolute;
    top: 93%;
    left: 91%;
    height: 25px;
    cursor: pointer;
}

#volumeControlTriangle {
	border-bottom: 50px solid #555;
	border-left: 150px solid transparent;
	border-right: 0px solid transparent;
	height: 0;
	width: 1px;
}

#volumeControl {
	display: flex;
	transform: scaleY(-1);
	position: absolute;
	top: 94%;
	left: 97%;
	cursor: pointer;
}

#bar1{
	display: none;
	width: 6px;
	height: 5px;
	background: #343434;
}

#bar2{
	display: none;
	width: 6px;
	height: 10px;
	background: #343434;
}

#bar3{
	display: none;
	width: 6px;
	height: 15px;
	background: #343434;
}

#bar4{
	display: none;
	width: 6px;
	height: 20px;
	background: #343434;
}

#videodiv {
	max-width: 729.5px !important;
}

@media only screen and (max-width: 850px) {
	#videodiv {
		/*display: none !important;*/
	}
}