#remote-modal{
	background:rgba(0,0,0,0.8);
}
#remote-modal .modal-dialog{
	max-width: 1500px;
    width: 95%;
}

#remote-modal .modal-dialog .communityContainerInner{
	height:100%;
}

#remote-modal .modal-dialog .communityContainerInner .postOuter{
	height:100%;
}

.fbPhotoSnowliftContainer{
}

.fbPhotoSnowliftContainer .imageHTMLContainer{
	width:65%;
	width:calc(100% - 380px);
	min-height:1px;
	height:100%;
	float:left;
	background: black;
}

.fbPhotoSnowliftContainer .communicatorHTMLContainer{
	width:35%;
	width:calc(380px);
	float:left;
	min-height:1px;
	overflow-y:auto;
	overflow-x: hidden;
}

.fbPhotoSnowliftContainer .imageHTMLContainer .swiper-container{
	height:100%;
	background:black;
}
.fbPhotoSnowliftContainer .imageHTMLContainer .swiper-container .swiper-slide{
	text-align:center;
}
.fbPhotoSnowliftContainer .imageHTMLContainer .swiper-container .swiper-slide img{
    max-height: 100%;
    max-width: 90%;
    max-width: calc(100% - 100px);
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fbPhotoSnowliftContainer .imageHTMLContainer .swiper-container .swiper-button-disabled{
	display:none;
}

.fbPhotoSnowliftContainer .imageHTMLContainer img{
}


#remote-modal .modal-dialog{
	height:92%;
	max-height:500px !important;
}

#remote-modal .modal-body{
	padding:0px;
}

#remote-modal .modal-content,
#remote-modal .modal-body,
#remote-modal .fbPhotoSnowliftContainer,
#remote-modal .fbPhotoSnowliftContainer .communicatorHTMLContainer{
	height:100%;
} 

#remote-modal .fbPhotoSnowliftContainer .communicatorHTMLContainer .postContainerInner{
	margin-top:0px;
}

#remote-modal .close{
	position:absolute;
	top:-15px;
	right:-15px;
	width: 30px;
    height: 30px;
    color: white;
    border-radius: 30px;
    line-height: 30px;
    background:black;
    opacity:1;
    font-size:32px;
}

#remote-modal .modal-dialog .postContainerInner{
	box-shadow:none !important;
}


#remote-modal .modal-body .mainLoading{
	height: 100%;
	background:url(../img/ajax-loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 100px;
}

#remote-modal .loadmore{
	display:none;
}

#remote-modal .communityContainerInner.loading{
	background:url(../img/ajax-loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 100px;
}

.fbPhotoSnowliftContainer .actionContainer > .left > .likeContainer .display,
.fbPhotoSnowliftContainer .actionContainer > .left > .commentContainer .display,
.fbPhotoSnowliftContainer .actionContainer > .left > .tipContainer .display{
	display:none;
}
