.image1681021418 {
    display: inline-block;
    width: 50%;
}

.image1681021418 .mhead {
    
}

.image1681021418 .mtitle {
    
}

.image1681021418 .mdesc {
    
}

.image1681021418 .mbody {
    text-align:center;
}

.image1681021418 .mcontent {
    padding:15px;
}

.image1681021418 .mcontent img {
    filter: brightness(0.6) blur(1px);
    border-radius: 2px;
    transition: scale linear 0.3s;
}

.image1681021418 .mcontent img:hover {
	scale:1.1;
	filter: brightness(0.6) blur(0px);
}

.image1681021418 .mposttext {
    position: absolute;
    top: 50%;
    right: 25%;
    font-size: 15px;
    font-weight: 600;
}

.image1681021418 .mposttext a{
    color:white;
}
/*Module specific style*/
.image1681021418 .mcontent img {
    border-radius:5px;
}
/*Module specific style*/

@media (max-width: 767px) {
	.image1681021418 .mposttext {
    right: 25%;
}

    .image1681021418 .mcontent {
    padding: 2px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .image1681021418 .mcontent{
    padding: 0;
}
    .image1681021418 .mposttext {
   right:5%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.image1681021418 .mcontent {
    padding: 0;
}
    .image1681021418 .mposttext {
    right: 23%;
}
}
@media (min-width: 1200px) {
	
}