.responsive-iframe-full-container .streamio-player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.responsive-iframe-halv-container .streamio-player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.responsive-iframe-full-container {
	position: relative;  
	overflow: hidden;  
	width: 100%;  
	padding-top: 57%; /*aspect ratio 4:3 */
}

.responsive-iframe-halv-container {
	position: relative;  
	overflow: hidden;  
	width: 100%;  
	padding-top: 27%; /*aspect ratio 4:3 */
}

@media screen and (max-width: 600px) {	
	.responsive-iframe-halv-container .streamio-player {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	}
	.responsive-iframe-halv-container {
	position: relative;  
	overflow: hidden;  
	width: 100%;  
	padding-top: 57%; /*aspect ratio 4:3 */
	}

}

/*   
	Extra css för ayt hantera knappar och externa länkar i dessa	
*/
.font-btn>a>.env-assistive-text {
   display:none;
}