/*
	Theme Name: AMS2015
	Theme URI: http://www.amsmeteors.org
	Description: AMS WordPress Theme
	Version: 1.4.3
	Author: V Perlerin (@gmail.com)
	Author URI: http://lenep.com
*/
@import url('/imo/css/imo.css?v=10.02') screen;
  

/* First article */ 
@media (min-width: 768px) {
.post.first-article {
     max-height: 100%; 
}

.post.first-article .first-article-text {
    position: absolute;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,1); 
    padding: 5px 10px;
    color: #fff;
    width: 100%;
}
}
 



