:root {
  --pagebackground0: #;
  --pagebackground1: #; 
}

#eContentcurrentpage0 {background-image: var(--pagebackground0); background-size: cover; background-repeat: no-repeat;}
#eContentcurrentpage1 {background-image: var(--pagebackground1); background-size: cover; background-repeat: no-repeat;}

.images-container {
display : flex;
justify-content : center;
align-items: center;
}

.images-container img {
margin-right: 0px;
margin-left: 0px;
}

@media only screen and (max-width: 990px) {
	.images-container img {
    margin-right: 0px;
    margin-left: 0px;
	width : 45%;
	}
    
    #reader_footer_copyright{
	width : 100%;
    }
}

@media only screen and (max-width: 450px) {
	.images-container img {
    margin-right: 0px;
    margin-left: 0px;
	width : 54%;
	}
    
    #reader_footer_copyright{
	width : 100%;
    }

}

.images-container-anukramanika {
display : flex;
justify-content : center;
align-items: center;
}

.images-container-anukramanika img {
margin-right: 0px;
margin-left: 0px;
}

@media only screen and (max-width: 450px) {
	.images-container-anukramanika img {
    margin-right: 0px;
    margin-left: 0px;
	width : 100%;
	}
}

.reader-logo-img {
    margin-top: 5px;
    margin-left: 5px;
    width: 40%;
    text-align: left;
}

@media only screen and (max-width: 450px) {
.reader-logo-img {
    margin-top: 10px;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: left;
}
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #0000ff;
}

.privnav {
    margin-top: 40vh;
    position: fixed;
}

.nextnav {
    margin-top: 40vh;
    position: fixed;
    right: 0;
}

.privimg {
    height: 100px;
    width: 100px;
    opacity: 0.4;
}

.nextimg {
    height: 100px;
    width: 100px;
    opacity: 0.4;
}

@media ( max-width: 768px) {
    .privimg {
        height: 50px;
        width: 50px;
        opacity: 0.4;
    }

    .nextimg {
        height: 50px;
        width: 50px;
        opacity: 0.4;
    }
}

.popdiv {
    position: absolute;
    width: 100%;
    height: 70px;
    display: none;
}

.popdiv1 {
    position: absolute;
    width: 100%;
    height: 40px;
    display: none;
}


