/**
 * Bernadot Studios | Divi Corner Ribbons
 * https://bernadot.com
 */

.et_pb_dcr_ribbon {
	margin:     0 !important;
	padding:    0 !important;
	min-height: 0 !important;
	overflow:   visible !important;
}

.dcr-ribbon {
	position: absolute;
	z-index:  100;
}

@media ( max-width: 980px ) {
	.dcr-hide-tablet { display: none !important; }
	.dcr-corner-top-right    { transform-origin: top right;    transform: scale(0.75); }
	.dcr-corner-top-left     { transform-origin: top left;     transform: scale(0.75); }
	.dcr-corner-bottom-right { transform-origin: bottom right; transform: scale(0.75); }
	.dcr-corner-bottom-left  { transform-origin: bottom left;  transform: scale(0.75); }
}

@media ( max-width: 767px ) {
	.dcr-hide-mobile { display: none !important; }
	.dcr-corner-top-right    { transform-origin: top right;    transform: scale(0.60); }
	.dcr-corner-top-left     { transform-origin: top left;     transform: scale(0.60); }
	.dcr-corner-bottom-right { transform-origin: bottom right; transform: scale(0.60); }
	.dcr-corner-bottom-left  { transform-origin: bottom left;  transform: scale(0.60); }
}
