@media screen and (min-width: 768px){
.rdpg .Photogallery .Photogallery__modal.imageOnTop .Photogallery__modal-container-left-pc {
height:80%;
background-size:contain;
}
.rdpg .Photogallery .Photogallery__modal.imageOnTop .Photogallery__modal-container-right{
height:20%;
}
.rdpg .Photogallery .Photogallery__modal.imageOnLeft .Photogallery__modal-container-left-pc {
width:70%;
background-size:contain;
}
.rdpg .Photogallery .Photogallery__modal.imageOnLeft .Photogallery__modal-container-right{
width:30%;
}

.rdsg .SlidegalleryItem .SlidegalleryItem__image-pc{
	display:block;
	width:100%;
	height:800px;
	background-position:50%;
	background-size:contain;
	background-repeat:no-repeat
}
}

@media (max-width:767px){
.rdsg .SlidegalleryItem .SlidegalleryItem__image-mb{
	display:block;
	width:100%;
	height:210px;
	background-position:50%;
	background-size:contain;
	background-repeat:no-repeat
}
}
