   @-webkit-keyframes test{
    0%{
    	transform: scale(1);
    	}
    100%{
    	transform: scale(1.4);
    	}   
}
.type-post.format-video .post-format-icon:before {
    animation-name: test;
    animation-direction: alternate;
    animation-duration: 1.5s;
    display: block;
    top: 7px;
    animation-iteration-count: infinite;
}

.ms-grid-post article.nl-item{
min-height:207px;
}

.EnlighterJSWrapper {
    text-align: left;
	direction:ltr;
clear: both;
}

.EnlighterJS span{
  font-size:14px;
}

.ms-note {
    background-color: #ffffcc;
    padding: 8px 10px 3px 8px;
    margin-top:10px;
    margin-bottom: 10px;
}

.mt-1{
 margin-top:5px; 
}

.mt-2{
 margin-top:10px; 
}

.mb-2{
 margin-bottom:10px; 
}

.mb-3{
 margin-bottom:15px; 
}

.pt-1{
 padding-top:5px; 
}

.pt-2{
 padding-top:10px; 
}