.read_btn {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 20px;
    z-index: 2;
}
.read_btn.readmore_content{
    bottom:0px;
}
.read_btn > .moreContentBtn > .read_more {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    background: #c9da5c;
    color: #000;
    font-size: 16px!important;
    position: absolute;
    bottom: 0;
}
.read-full {
    position: relative;
    margin-bottom: 40px;
}
.read-full.simple_content{
    margin-bottom: 0;
}
.read-full.simple_content::after {
    background:none;
    margin-bottom: 0px;
    bottom: 0;
    width: 100%;
}

/*
.read-full::after, .read_btn > .moreContentBtn{
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(250,249,249,0) 0px,#fff 100%) repeat scroll 0 0;
    bottom: -10px;
    height: 200px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
}
*/
.read_btn > .moreContentBtn{
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(250,249,249,0) 0px,#fff 100%) repeat scroll 0 0;
    bottom: 0;
    height: 200px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
}

._moreContent{
    overflow: hidden;
    height: 350px;
}
iframe.afterAds{
    margin-top: -50px!important;
}
  iframe[id^="extra"]{
    z-index: 3;
    position: relative;
    top: 0px;
    margin-top: -75px;
    z-index: 10001;
  }

iframe.simpleAds{
/*    max-height: 75px;*/
/*    height: auto!important;*/
}

/* hotsearch style */

.embed-responsive-item{
    min-height: 250px;
}

/* hide ypa iframe */
.readmore-wrapper >*:nth-child(n+3) {
	height: 1px !important;
	width: 1px !important;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
  iframe[id^="extra"]{
    z-index: 3;
/*
    min-height: 150px;
    height:150px;
*/
    position: relative;
    top: 0px;
    margin-top: -75px;
    z-index: 10001;
  }
}