/* Change device preview screen size in customizer */
.wp-customizer .preview-mobile .wp-full-overlay-main {
	margin-left: -180px;
	width: 360px;
	height: 640px;
}

.wp-customizer .preview-tablet .wp-full-overlay-main {
	margin-left: -384px;
	width: 768px;
	height: 1024px;
}

.strikethrough {
	text-decoration: line-through;
}
