.imperial_gallery{
	overflow-x: scroll;
    overflow-y: hidden;
    padding: 10px;
    scrollbar-color: #434343 #ffffff;
	margin-top: 50px;
    border: 1px solid #dddddd;
    border-radius: 8px;
}

.imperial_gallery_wraper{
    height: auto;
    width: max-content;
}

.imperial_gallery_img{
	float: left;
    width: 320px;
    margin-right: 40px;
    height: 390px;
    object-fit: cover;
	cursor: pointer;
}

.imperial_gallery_img:hover{
	border: 1px solid #dddddd;
}

#photo_gallery_picture{
	width: 100%;
    min-height: 500px;
    margin-top: 25px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: -webkit-fill-available;
    height: fill-available;
}

#photo_gallery_right,
#photo_gallery_left{
	font-size: 25pt;
    font-weight: bold;
    line-height: 500px;
    text-align: center;
    cursor: pointer;
}