
	/* .order-now-button-mob
	{
		padding: 10px 25px;
		background: #3ab54a;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		border-radius: 20px;
		text-transform: uppercase;
	}*/

	.blend-inner-lower p.coco {
		padding-top: 22px;
	}

	@media only screen and (max-width: 400px) {
		.blend-inner-lower p.reishi {
			padding-top: 22px;
		}
	}
	
	
	
	.video-responsive{
    overflow:hidden;
    padding-top:30px;
   
    padding-bottom:30.25%;
    position:relative;
    height:0;
    margin-bottom:30px;
    
    
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    padding-right:140px;
    position:absolute;
   
}



.video-responsive-2{
    overflow:hidden;
    padding-top:10px;
   
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom:10px;
    
    
}
.video-responsive-2 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
   
}


