//
// _tooltip + popover
//
// 
// ********************************************************************************************************************************

@import "../vendors/tooltip";

@include media-breakpoint-down(sm) {
	.fui-popover:not(.fui-tooltip) {position:relative; top:auto !important; left:auto !important; margin-top:13px; box-shadow:none;
		&.bottom, &.top, &.left, &.right {
			.fui-popover-arrow {border-width:13px; border-color:transparent; border-top-width:0; border-bottom-color:#ccc; left:50% !important; bottom:auto !important; top:-13px !important; margin-top:0;
				&:after {border-width:13px; border-color:transparent; border-top-width:0; border-bottom-color:#fff; left:50% !important; bottom:auto !important; top:1px !important; margin:0 0 0 -13px;}
			}
		}
	}
}

.fui-popover {
	img {max-width:500px; width:100%;}
}