#panda-hookah-lounge img{
    display: block;
}

#panda-hookah-lounge .wrp {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#panda-hookah-lounge .ltr_space {
    letter-spacing: 3.5px;
}
#panda-hookah-lounge .ltr_space_third {
    letter-spacing: 1.5px;
}

#panda-hookah-lounge .pd-left {
	padding-left: 1%;
}

#panda-hookah-lounge .mrg {
	margin-top: 45px;
}

#panda-hookah-lounge .info{
    line-height: 32px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
#panda-hookah-lounge .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#panda-hookah-lounge .sketch_row {
    display: flex;
    justify-content: space-between;
    
}

#panda-hookah-lounge .fantasy_gallery {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#panda-hookah-lounge .least {
    margin-top: 30px;
}

#panda-hookah-lounge .moodboard_title {
	margin-top: 56px;
}

#panda-hookah-lounge .moodboard_text {
    margin-top: 41px;
}

#panda-hookah-lounge .image_width {
	width: 100%;
}

#panda-hookah-lounge .flex_basis {
	flex-basis: 50%;
}

#panda-hookah-lounge .fantasy_gallery > div:nth-child(1) {
	padding: 0 1% 1% 0;
}
#panda-hookah-lounge .fantasy_gallery > div:nth-child(2){
	padding: 0 0 1% 1%;
}
#panda-hookah-lounge .fantasy_gallery > div:nth-child(3){
	padding: 1% 1% 0 0;
}
#panda-hookah-lounge .fantasy_gallery > div:nth-child(4) {
	padding: 1% 0 0 1%;
}
#panda-hookah-lounge .pd_right {
	padding-right: 40px;
}