.blog-gallery{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}@media(min-width:768px){.blog-gallery{flex-wrap:nowrap}}.blog-gallery>img{box-sizing:border-box;width:100%;margin:10px auto 20px}@media(min-width:768px){.blog-gallery>img{box-sizing:border-box;margin-top:10px;margin-bottom:10px}.blog-gallery>img{width:-moz-calc(50% - 10px);width:-webkit-calc(50% - 10px);width:-o-calc(50% - 10px);width:calc(50% - 10px)}.gallery-two>img:first-of-type,.gallery-three>img:first-of-type,.gallery-four>img:first-of-type{margin-right:10px}.gallery-two>img:last-of-type,.gallery-three>img:last-of-type,.gallery-four>img:last-of-type{margin-left:10px}.gallery-three>img{width:-moz-calc(33% - 10px);width:-webkit-calc(33% - 10px);width:-o-calc(33% - 10px);width:calc(33% - 10px)}.gallery-four>img{width:-moz-calc(25% - 10px);width:-webkit-calc(25% - 10px);width:-o-calc(25% - 10px);width:calc(25% - 10px)}.gallery-four>img:nth-of-type(2){margin-right:10px}.gallery-two-three-two,.gallery-three-two-three{flex-wrap:wrap}.gallery-two-three-two>img{width:-moz-calc(50% - 10px);width:-webkit-calc(50% - 10px);width:-o-calc(50% - 10px);width:calc(50% - 10px)}.gallery-two-three-two>img:nth-of-type(1),.gallery-two-three-two>img:nth-of-type(3),.gallery-two-three-two>img:nth-of-type(4){margin-right:10px}.gallery-two-three-two>img:nth-of-type(3),.gallery-two-three-two>img:nth-of-type(4),.gallery-two-three-two>img:nth-of-type(5){width:-moz-calc(33% - 10px);width:-webkit-calc(33% - 10px);width:-o-calc(33% - 10px);width:calc(33% - 10px)}.gallery-three-two-three>img{width:-moz-calc(33% - 10px);width:-webkit-calc(33% - 10px);width:-o-calc(33% - 10px);width:calc(33% - 10px)}.gallery-three-two-three>img:nth-of-type(4),.gallery-three-two-three>img:nth-of-type(5){width:-moz-calc(50% - 10px);width:-webkit-calc(50% - 10px);width:-o-calc(50% - 10px);width:calc(50% - 10px)}.gallery-three-two-three>img:nth-of-type(1),.gallery-three-two-three>img:nth-of-type(2),.gallery-three-two-three>img:nth-of-type(4),.gallery-three-two-three>img:nth-of-type(6),.gallery-three-two-three>img:nth-of-type(7){margin-right:10px}}.lightbox{cursor:pointer}.lightbox-container{display:none}.lightbox-container button{cursor:pointer}.lightbox-container.open{display:flex;z-index:100;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.3);box-sizing:border-box}.lightbox-container img{display:inline-block;max-width:100%}.lightbox-container{background:rgba(0,0,0,0.5) !important;position:relative}.lightbox-container button{position:absolute}.lightbox-container .close-lightbox{top:0;right:-50px}.lightbox-container .close-lightbox i{color:#fff;font-size:30px;box-shadow:2px 2px 5px rgba(0,0,0,0.8)}.lightbox-container .lightbox-content{position:fixed;z-index:101;top:20px;bottom:20px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.lightbox-container .lightbox-content img{max-width:100%;max-height:100%}