.single-vedio {
    margin-bottom: 30px;
}
.single-vedio:last-child {
    margin-bottom: 0px;
} 
.right-vedio-mobile .epaper-recent-item {
	margin-bottom: 7px;
	display: inline-block;
}
#right-video-height {
    height: 450px ! important;
}
#right-video-height.right-vedio-two {
    height: 540px ! important;
}
.right-vedio-mobile .epaper-recent-item:last-child {
	margin-bottom: 0px;
}
.single-post {
    margin-bottom: 20px;
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
}
.single-post:last-child {
    border-bottom: 0px dotted #000;
}
.single-post p {
	margin-bottom: 0px;
}
p.post-date {
	font-weight: 700;
	margin-bottom: 0px;
	display:block;
}
.right-vedio-two  ul {
	padding-left: 0px;
}
.p-carousel {
    padding-left:0px;
    padding-right:0px;
}

/*========================================================== 
    Tablet Layout: 768px
============================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.right-vedio-mobile ul {
	padding-left: 0px;
}   
}
/*========================================================== 
   Wide Mobile Layout
============================================================*/
@media (min-width: 481px) and (max-width: 767px) {
    #right-video-height {
    	height: 632px !important;
    }
    #right-video-height.right-vedio-two {
    	height: 415px !important;
    }
}