#contenido2 .note-item{
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
}
#contenido2 .note-item .entry-header{
    /*width: 320px;*/
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 10px;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	background-color: transparent;
}

#contenido2 .note-item .entry-header .entry-title h2{font-variant: small-caps; text-align: left;}
#contenido2 .note-item .entry-title a, #contenido2 .note-item .entry-title a:hover {color: #FFF;}
#contenido2 .note-item .entry-header .h6{text-align: left; margin-right: 10px;}

@media (min-width:200px) and (max-width:400px){
    #contenido2 .note-item .entry-title{font-size: 1.6rem;line-height: 1.5rem;}
    #contenido2 .note-item .entry-header .h6{font-size: 1.5rem; line-height: 1.5rem;}
}

@media (min-width:401px) and (max-width:750px){
    #contenido2 .note-item .entry-title{font-size: 3.0rem;line-height: 2.5rem;}
    #contenido2 .note-item .entry-header .h6{font-size: 2.0rem; line-height: 2.0rem;}
}

@media (min-width:751px) and (max-width:1005px){
    #contenido2 .note-item .entry-title{font-size: 3.0rem;line-height: 2.5rem;}
    #contenido2 .note-item .entry-header .h6{font-size: 1.5rem; line-height: 1.5rem;}
}
@media (min-width:1006px) and (max-width:1245px){
    #contenido2 .note-item .entry-title{font-size: 4.0rem;line-height: 3.2rem;}
    #contenido2 .note-item .entry-header .h6{font-size: 1.8rem; line-height: 1.8rem;}
}
@media (min-width:1246px) and (max-width:1920px){
    #contenido2 .note-item .entry-title{font-size: 4.0rem;line-height: 3.2rem;}
    #contenido2 .note-item .entry-header .h6{font-size: 1.8rem; line-height: 1.8rem;}
}
@media (max-width:767px){#contenido2 .note-item {width: 100%; height: 260px;}}
@media (max-width:1439px) and (min-width:767px){#contenido2 .note-item {width: 360px; height: 260px;}}
@media (min-width:1440px){
    #contenido2 .note-item {width: 380px; height: 260px;}
    #contenido2 .note-item .entry-title{font-size: 4.0rem;line-height: 3.2rem;}
    #contenido2 .note-item .entry-header .h6{font-size: 1.8rem; line-height: 1.8rem;}
}
#contenido2 article {

    position: relative;
    min-height: 1px;
    display: block;
    vertical-align: top;

}
#contenido2 article {

    padding-left: 20px;
    padding-right: 20px;
    float: left;

}
#contenido2 .note-item .note-format-icon{

    font-size: 1.6rem;
    -webkit-backface-visibility: hidden;

}
#contenido2 .note-format-icon {

    font-size: 14px;
    margin: -3px 8px 0 0;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    vertical-align: middle;

}
#contenido2 .fa {

    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
#contenido2 .fa, #contenido2 .fa-stack {

    display: inline-block;

}
#contenido2 .fa-play::before {

    content: "\f04b";

}
#contenido2 .note-item .fa-post-thumbnail {

    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;

}
#contenido2 .note-item .fa-post-thumbnail::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;

}
#contenido2 .fa-post-thumbnail::before {

    opacity: 0.4;

}
#contenido2 .note-item .fa-post-thumbnail img {

    width: 100%;
    height: 100%;

}
#contenido2 .note-itme img {
    /*max-width: 100%;*/
    /*vertical-align: middle;*/
    height: 260px;
    border: 0;
    background-position: top;
    background-size: cover;
    -ms-interpolation-mode: bicubic;

}