.author_desc p {
    font-size: 14px;
}

.item-post-slide-text
{
    transform:none !important;
}
.page-main{
    background-size:cover !important;
}
.footer{
    background:#212327 !important;
}

footer .col-sm-3:nth-child(1) {
    width: 50%;
}



.page-main{background:  url(https://nathulaw.com/wp-content/uploads/2015/07/law-background-fca.jpg) right top no-repeat fixed }
/* background image clickable link */
#bgLinkLeft, #bgLinkRight{
	position: fixed;
	width:calc((100% - 970px)/2);
	width:-webkit-calc((100% - 970px)/2);
	width:-ms-calc((100% - 970px)/2);
	width:-o-calc((100% - 970px)/2);
	top: 0;
	bottom:0;
	cursor: pointer;
	z-index: 1000;
	}
#bgLinkLeft{
	left: 0;
}
#bgLinkRight{
	right: 0;
}

@media (min-width: 992px) and (max-width: 1200px){
	#bgLinkLeft, #bgLinkRight{
		width:calc((100% - 970px)/2);
		width:-webkit-calc((100% - 970px)/2);
		width:-ms-calc((100% - 970px)/2);
		width:-o-calc((100% - 970px)/2);
	}
}

@media (min-width: 768px) and (max-width: 992px){
	#bgLinkLeft, #bgLinkRight{
		width:calc((100% - 750px)/2);
		width:-webkit-calc((100% - 750px)/2);
		width:-ms-calc((100% - 750px)/2);
		width:-o-calc((100% - 750px)/2);
	}
}