body.shepherd-active #profile-tour-overlay {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #19385c;
    z-index: 500;
    opacity: 0.5;
}

body.shepherd-active .shepherd-target.shepherd-enabled {
    z-index: 5000;
    position:relative;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.shepherd-element, .shepherd-element.shepherd-open {
        display: none !important;
    }
}
