.swWidgetBlock{
	position:fixed;
	bottom:35px;
	left:35px;
	z-index:999999999;
}

.swWidgetBlock .swVideoplayer{
	background: #00ffff;
	width:2px;
	height: 2px;
	margin: 3px;
	overflow: hidden;
	transition: width 1s ease-in-out 0s, height 1s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
	transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
	transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
	outline: 0;
	cursor: pointer;
	box-sizing: border-box;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 10px 20px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 10px 20px;
	position: relative;
	border-style: solid;
	border-radius: 13px; 
	border-width: 3px;
	border-color: #00ffff;
}

.swWidgetBlock .swVideoplayerVideo{
	position: absolute;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 150;
}

.swWidgetButtonWrapper{
	width: 100%;
	display: flex;	
	justify-content: center;	
}

.swWidgetBlock .swWidgetButton{
	position: absolute;
	bottom: 10px;
	width: 75%;
	height: 47px;
	display: block;
	margin: 0 auto;
	line-height: 47px;
	border: none;
	border-radius: 21px;
	color: #ffffff;
	font-size: 14px;
	background-color: #00ff00;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
	z-index: 250;
}


.swWidgetBlock .swWidgetMotivateWrapper{
	position: absolute;
	bottom: 15px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	color: #f7f7f7;
	
	
	
	
	
	z-index: 250;
}

.swWidgetBlock .swWidgetButton:hover{
	transform: scale(1.05);
}

.swWidgetBlock .swVideoplayerLogo{
	position: absolute;
	left: 3px;
	top: 3px;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}

.swWidgetBlock .swVideoplayerLogo:hover{
  opacity: 1 !important;
  transform: scale(1.05);
}

.swWidgetSystem{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 25px;
	height: auto;
	opacity: 0.8;
	z-index: 1250;
}

.swWidgetSystem:hover{
  transform: scale(1.05);
  opacity: 1;
}

.swActionShare{
	top: 45px;
	opacity: 0.75;
	border: none;
	border-radius: 3px;
}

.swActionShare:hover{
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.swActionLike{
	top: 80px;
	opacity: 0.75;
	border: none;
	border-radius: 3px;
}

.swActionLike:hover{
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.sw-action__minimize::before{
  position: absolute;
  left: 9px;
  top: 1px;
  content: " ";
  height: 20px;
  width: 2px;
  background: #fff;
  transform: rotate(-90deg);
}



@media not all and (pointer: coarse){

}
@media only screen and (max-width: 768px){
  .swWidgetBlock{
	width:126px;
	height:175px;
	margin-right:10px;
  }
  .swWidgetBlock .swVideoplayer{
	width:126px;
	height: 175px;
  }
  .swWidgetBlock .sw-videoplayer__close{
    opacity: 1;
  }
}
