/*
 * Theme Name: Devster shop
 * Description:
 * Author: devster - Sebastian Rudnik
*/

.wp-block-embed iframe{
	width: 100%;
	height: 300px;
}

@media (min-width: 768px) {
.wp-block-embed iframe{
	height: 600px;
}	}

.page-content .woocommerce p{
	margin-bottom: 0;
}

@media (min-width: 991px) {
	.disable-on-desktop{
		display: none;
	}
}