/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Pswp caption **/
.pswp__caption {
	display: none !important;
}

/** General >> Ou checkout login form 39 61 woocommerce form label for checkbox **/
.plyr--video {
	margin-bottom: 10px !important;
}

/** General >> Paragraph iframe **/
.blogzine p > iframe {
	min-width: 25vw !important;
	min-height: 350px !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

	/*= General =================== */

	/** General >> Paragraph iframe **/
	.blogzine p > iframe {
	min-width: 25vw !important;
}


}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> Paragraph iframe **/
	.blogzine p > iframe {
	min-width: 95vw !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Ou checkout login form 39 61 woocommerce form label for checkbox **/
	.plyr--video {
	
}

	/** General >> Paragraph iframe **/
	.blogzine p > iframe {
	min-width: 94vw !important;
	min-height: 350px !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Paragraph iframe **/
	.blogzine p > iframe {
	min-width: 93vw !important;
}


}

