#pluginIntropopupBootstrap {
    box-shadow: inset 0 -12px 25px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 24px 32px;
}

#pluginIntropopupBootstrap.light {
    background: white;
}

#pluginIntropopupBootstrap.dark {
    background: #3E3E3E;
    padding: 24px 32px;
    border-radius: 6px;
    color: white;
    box-shadow: inset 0 -12px 15px rgba(0, 0, 0, 0.2);
}

#pluginIntropopupBootstrap .modal-body img {
    max-width: 100%;
    height: auto!important;
}

#pluginIntropopupBootstrap .close {
    background: transparent;
    text-shadow: none;
    color: #555;
    box-shadow: none;
    right: 4px;
    top: 8px;
    border-radius: 0;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
    opacity: .5;
}

#pluginIntropopupBootstrap .close:hover {
    opacity: 1;
}

#pluginIntropopupBootstrap.dark .close {
    color: white;
}

#pluginIntropopupBootstrap .modal-header h4 {
    font-size: 24px;
    width: 80%;
    margin-bottom: 20px;
}

/*===Style: Crystal dark====*/
#pluginIntropopupBootstrap.crystal-dark{
    background: rgba(0, 0, 0, 0.6);
    border: 4px solid white;
    color: white;
}
#pluginIntropopupBootstrap.crystal-dark .close{
    background: white;
    opacity: 1;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    line-height: 0;
    font-size: 17px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
}