
#baguetteBox-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity 0.5s ease 0s;
    width: 100%;
    z-index: 1000000;
}
#baguetteBox-overlay.visible {
    opacity: 1;
}
#baguetteBox-overlay .full-image {
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}
#baguetteBox-overlay .full-image figure {
    display: inline;
    height: 100%;
    margin: 0;
}
#baguetteBox-overlay .full-image img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}
#baguetteBox-overlay .full-image figcaption {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #ccc;
    display: block;
    font-family: sans-serif;
    line-height: 1.8;
    position: absolute;
    text-align: center;
    white-space: normal;
    width: 100%;
}
#baguetteBox-overlay .full-image::before {
    content: "";
    display: inline-block;
    height: 50%;
    margin-right: -1px;
    width: 1px;
}
#baguetteBox-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: left 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s, -moz-transform 0.4s ease 0s;
    white-space: nowrap;
    width: 100%;
}
#baguetteBox-slider.bounce-from-right {
    animation: 0.4s ease-out 0s normal none 1 running bounceFromRight;
}
#baguetteBox-slider.bounce-from-left {
    animation: 0.4s ease-out 0s normal none 1 running bounceFromLeft;
}
@keyframes bounceFromRight {
0% {
    margin-left: 0;
}
50% {
    margin-left: -30px;
}
100% {
    margin-left: 0;
}
}
@keyframes bounceFromRight {
0% {
    margin-left: 0;
}
50% {
    margin-left: -30px;
}
100% {
    margin-left: 0;
}
}
@keyframes bounceFromLeft {
0% {
    margin-left: 0;
}
50% {
    margin-left: 30px;
}
100% {
    margin-left: 0;
}
}
@keyframes bounceFromLeft {
0% {
    margin-left: 0;
}
50% {
    margin-left: 30px;
}
100% {
    margin-left: 0;
}
}
#next-button.baguetteBox-button, #previous-button.baguetteBox-button {
    height: 60px;
    top: calc(50% - 30px);
    width: 44px;
}
.baguetteBox-button {
    background-color: rgba(50, 50, 50, 0.5);
    border: 0 none;
    border-radius: 15%;
    color: #ddd;
    cursor: pointer;
    font: 1.6em sans-serif;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    transition: background-color 0.4s ease 0s;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}
#next-button.baguetteBox-button {
    right: 2%;
}
#previous-button.baguetteBox-button {
    left: 2%;
}
#close-button.baguetteBox-button {
    height: 30px;
    right: calc(2% + 6px);
    top: 20px;
    width: 30px;
}
.baguetteBox-button svg {
    left: 0;
    position: absolute;
    top: 0;
}
.baguetteBox-spinner {
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    animation: 2s ease-in-out 0s normal none infinite running bounce;
    background-color: #fff;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.baguetteBox-double-bounce2 {
    animation-delay: -1s;
}
@keyframes bounce {
0%, 100% {
    transform: scale(0);
}
50% {
    transform: scale(1);
}
}
@keyframes bounce {
0%, 100% {
    transform: scale(0);
}
50% {
    transform: scale(1);
}
}
