.jw-svg-icon-play path {
  display: none;
}
.jw-svg-icon-play {
  background-image: url('/assets/img/play.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
html,body{
height: 100%;
width: 100%;
margin: 0;
overflow:hidden;
}
body {
 margin:0;
 padding:0;
 background:#000;
}
.jw-rightclick {
 display:none !important;
}
#player {
 width:100%;
 height:100% !important;
}
 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  position:relative;
  top: 0px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

#show {
 position:absolute;
 top: 0;
}

#floating-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 7px 0px 0px;
    background-color: #00000000;
    z-index: 9999;
    display: block;
    color: black;
    cursor:pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
#show-icon-dl{
    height:20px;
    width:20px;
	background-color: #ffffff54;
    padding: 5px;
    border-radius: 7px;
}
#show-icon{
	height:20px;
	width:20px;
	/*background-color: #ffffff54;*/
	background-color: #ffffffc9;
    padding: 5px;
    border-radius: 7px;
}
@media only screen and (max-width: 400px) {
	#show-icon{
		height:20px;
		width:20px;
		background-color: white;
		padding: 0px 0px 0px 0px;
		border-radius: 0px;
	}
	#floating-btn {
		padding: 12px 5px 0px 0px;
	}
	#show-icon-dl{
		height:20px;
		width:20px;
		background-color: white;
		padding: 0px 0px 0px 0px;
		border-radius: 0px;
	}
	#floating-btn-dl {
		padding: 12px 5px 0px 5px;
	}
}
#ifrm {
	position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}