/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.captainform_lightbox {
    outline: none !important;
    text-decoration: none;
    z-index: 10;
    border: none;
    box-shadow: none !important;
    width: auto;
}

.captainform_lightbox.fixed {
    position: fixed;
    color: transparent;
}

.captainform_lightbox img {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.captainform_lightbox.default {
    left: 0;
    top: 0;
    bottom: 0;
}

.captainform_lightbox.left {
    left: 0;
    top: 40%;
}

.captainform_lightbox.right {
    right: 0;
    top: 40%;
}

.captainform_lightbox.bottom {
    width: auto;
    right: 20%;
    bottom: 0;
}