.preyantechnosys-blogbox-styleone .prt-post-featured-outer-wrapper {
    height: 319px;
    width: 100%;
    background-size: cover;
    border-radius: 20px;
	background-position: center;
	filter: grayscale(1);
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .prt-featured-wrapper img,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .prt-featured-wrapper {
    overflow: hidden;
    border-radius: 20px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone:hover .prt-featured-wrapper img {	
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    transition: all 900ms ease;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .prt-featured-wrapper img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-desc {
    padding: 25px 0 0;	
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-box-content .prt-entry-meta .prt-meta-line a {
    color: var(--prt-secondarycolor);
    margin: 0;
	font-size: 15px;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line i {
	display: none;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-title h4 {
    font-size: 30px;
	line-height: 40px;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line:last-child {
    padding-right: 0;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line.posted-on:before {
    position: absolute;
    left: -10px;
    top: 4px;
    font-size: 21px;
    height: 14px;
    width: 1px;
    content: '';
    background-color: #000;    
}


@media only screen and (min-width: 992px) and (max-width: 1200px){
	.preyantechnosys-blogbox-styleone .preyantechnosys-box-title h4 {
		font-size: 28px;
		line-height: 38px;
	}
}

