.newDetails img{width: 100%;}
.newDetails{margin-bottom: 100px; margin-top: 60px;}
.otherNewDetailMatter{width: calc(100% - 20px);margin: 0 10px;}
.otherNewDetailMatter a{text-decoration: revert;color: #999999;}
.otherNewDetailMatter a:hover{text-decoration: unset !important;}
.voCover:hover{box-shadow: 2px 2px 20px #f3f3f3;}
.voCover {border-radius: 15px;float: left;padding-bottom: 20px;margin-bottom: 20px;position: relative;overflow: hidden;width: 100%;}
@media (max-width: 767px) {
    .newDetails{margin: 20px 0;}
}