.hc_tour_gallery{
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hc_tour_gallery .bg{
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: .95;
}
.hc_tour_gallery .content {
display: block;
z-index: 1;
margin: 0 auto;
position: initial;
width: auto;
max-height: 100%;
max-width: 100%;
}
.hc_tour_gallery .content .slick-track{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.hc_tour_gallery .content  .slide_item img{
display: block;
margin: 0 auto;
-o-object-fit: scale-down;
object-fit: scale-down;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.hc_tour_gallery .content .slide_item{
width: 100vw;
height: 100vh;
}
#close_slider {
position: absolute;
z-index: 3;
top: 10px;
right: 10px;
color: #fff;
font-size: 20px;
}
.hc_tour_gallery .slick-next{
right: 0;
}
.hc_tour_gallery .slick-prev{
left: 0;
}