


#rei-property-slideshow {font-family: Arial,sans-serif;position: fixed;top: 0;left: 0;background: linear-gradient(rgba(30,30,30,.9),#000 1810%);z-index: 1000000000;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: transparent;width: 100%;height: 100%;}
#rei-property-slideshow .rei-closer { height:30px;width:30px;position: absolute;top:15px;right:20px;cursor: pointer; background: transparent url("../images/close.png") no-repeat;background-size: contain;}
#rei-property-slideshow .rei-next { height:30px;width:30px;position: absolute;top:50%;right:20px;cursor: pointer; background: transparent url("../images/right.png") no-repeat;transform: translateY(-50%);background-size: contain;z-index: 1}
#rei-property-slideshow .rei-previous { height:30px;width:30px;position: absolute;top:50%;left:20px;cursor: pointer; background: transparent url("../images/left.png") no-repeat;transform: translateY(-50%);background-size: contain;z-index: 1}
#rei-property-slideshow .rei-next.rei-disabled { opacity: .3;cursor: normal}
#rei-property-slideshow .rei-previous.rei-disabled { opacity: .3;cursor: normal}
#rei-property-slideshow .rei-canvas { width: 80%;text-align: center;width: calc(100% - 140px);margin: auto;height: 80%;height: calc(100% - 120px);position: absolute;top: 60px;left: 70px;}
#rei-property-slideshow .rei-canvas img { height: 100%;width: 100%;object-fit: contain;object-position: center;}


@media (max-width: 767px) {
	#rei-property-slideshow .rei-next { top:unset;bottom: 50px;right:unset;left: 50vw;margin-left: 10px;transform: unset;}
	#rei-property-slideshow .rei-previous { top: unset;bottom: 50px;left: unset;right: 50vw;margin-right: 10px;transform: none}
	#rei-property-slideshow .rei-canvas { width: calc(100% - 20px);left: 10px;}
}

