.switch-toggle
{
	width: 220px;
	border:1px solid rgba(0, 0, 0, 0.2);
	display:inline-block;
	margin-top:50px;
	-webkit-border-radius:3px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	margin-left: auto !important;
	margin-right: auto !important;
}
.switch-toggle a
{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}
.switch-toggle label
{
		cursor: pointer !important;
}
.btn-primary {
    color: #fff;
    background-color: #777 !important;
    border-color: #777 !important;
}
.switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
    background-color: #ffde16 !important;
    border-color: #ffde16 !important;
    color: #000;      
}
.switch-toggle input + label{
	outline:none !important;
}
input:checked + label
{
	color: #fff !important;
	text-shadow: 1px 1px 2px #777;
}
.sw_laptop_bg{
	width:590px;
	height:auto;
	display:inline-block;
/* 	background:url("/wp-content/plugins/SwarmifyDemo/images/swarm_laptop.png") no-repeat;
	background-size:100%; */
	padding:16px 70px 0 70px;
	box-sizing:border-box;
	margin: 0px auto !important;
	display: block;
}
.sw_laptop_bg iframe{
	width:100%;
	height:253px!important;
}
#swarm_player_demo{
	height: 253px !important;
}
#swarm_player_demo .video-js{
	width: auto !important;
	height: 100% !important;
}
@media only screen and (min-width: 479px) and (max-width: 770px){
	.sw_laptop_bg{
		width:398px;
		height:auto;
/* 		background:url("/wp-content/plugins/SwarmifyDemo/images/swarm_laptop.png") no-repeat;
		background-size:100%; */
		padding:11px 47px 0 47px;
	}
	.sw_laptop_bg iframe, .sw_laptop_bg smartvideo{
		height:171px!important;
	}
	.switch-toggle
	{
		margin-top: 40px;
	}
	#swarm_player_demo .smartvideo-player {
		width: auto !important;
		height: 100% !important;
	}
	
	#swarm_player_demo{
    height: 171px !important;
  }
}
@media only screen and (max-width: 479px){
	.sw_laptop_bg{
		width:300px;
		height:auto;
/* 		background:url("/wp-content/plugins/SwarmifyDemo/images/swarm_laptop.png") no-repeat;
		background-size:100%; */
		padding:8px 36px 0 36px;
	}
	.sw_laptop_bg iframe, .sw_laptop_bg smartvideo{
		height:129px!important;
	}
	.switch-toggle
	{
		margin-top: 40px;
	}
	#swarm_player_demo .smartvideo-player {
		width: auto !important;
		height: 100% !important;
	}
	#swarm_player_demo{
    height: 129px !important;
  }
}
