body, html {
    overflow-x: hidden;
}

.gray-background {
    background: #f4f4f4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li {
    line-height: 1.2;
    margin: 0;
}

#border-style {
    border: 35px solid #fff;
    border-image: url("../image/border.jpg") 75 90;
    border-image-repeat: round;
    height: auto;
}

.lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.baguetteBox-button {
    background-color: transparent !important;
}