/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
		
	.jwplayer.catfish{
		position:fixed !important;
		bottom:0px !important;
		right:0px !important;
		width:400px !important;
		height:225px !important;
		overflow:visible !important;
		margin-bottom:0;
		z-index:500;	
	}
	
	.remove-catfish{
		width:400px;
		height:24px;
		position:absolute;
		top:-24px;
		right:0px;
		padding:2px;
		background:#000;
		z-index:200;
		
		
	}
	
	.remove-catfish button{
		outline:0;
		border:0;
		width:20px;
		height:20px;
		padding:2px;
		display:block;
		border-radius:10px;
		font-weight:600;
		background:#f2f2f2;
		color:#000;
		text-decoration:none;
		text-align:center;
		float:right;
		cursor:pointer;
		line-height:10px;
		font-size:12px;
	}
}
