@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body{
    font-family: 'Roboto', sans-serif;
    
}
.top_text{
    position: absolute;
    top: 16px;
    left: 6px;
    font-size: 15px;
}
#container{
	position: absolute;
	width: 300px;
	height: 600px;
	top: 0; left: 0;
	border: 1px solid black;
    overflow: hidden;
    box-sizing: border-box;
    display: none;
}
.logo_holder{
	position: absolute;
	top: 8px; left: 15px;
    width: 150px;
    height: 30px;
}
.logo-img{
	position: absolute;
	width: 100%;
}
.article{
    position: absolute;
    width: 300px;
    height: 540px;
    top: 0px;
}
.top_bar{
    width: 300px;
    position: absolute;
    top: 1px;
    font-size: 11px;
    background: #373a36;
    color: #fff;
    line-height: 12px;
    padding: 5px;
}
.hero_holder{
    position: absolute;
    width: 300px;
    height: 250px;
    top: 23px;
    overflow: hidden;
}
.hero_img1, .hero_img2, .hero_img3, .hero_img4, .hero_img5{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0; left: 0;
    background-position: left center;
}
.hero_img1{
    background-image: url(article_image1.jpg);
}
.hero_img2{
    background-image: url(article_image2.jpg);
}
.hero_img3{
    background-image: url(article_image3.jpg);
}
.hero_img4{
    background-image: url(article_image4.jpg);
}
.hero_img5{
    background-image: url(article_image5.jpg);
}
.article_holder{
    position: absolute;
    background: #f0ede4;
    width: 283px;
    height: 270px;
    top: 247px;
    padding-top: 15px;
}
.article_top_details{
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 15px;
}
.article_date{
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 5px;
}
.article_title{
    margin-left: 15px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}    
.article_details{
    margin-left: 15px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.article_cta {
    border-radius: 4px;
    background-color: #ca0;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    width: 140px;
    cursor: pointer;
    margin-left: 15px;
    bottom: 25px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.article_cta{
  cursor: pointer;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.bgclick, .bgclick1, .bgclick2, .bgclick3, .bgclick4, .bgclick5{
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor: pointer;
}

.article-main-holder {
    position: absolute;
    width: 300px;
    height: 500px;
    top: 66px;
    position: absolute;
    display: block;
}
.article-main-holder ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 500px;
  list-style: none;
}

.article-main-holder ul li {
    float: left;
    display: block;
    background: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 300px; height: 500px;
}
.btn-next-img { position: absolute; right: 20px; padding: 10px 0px 10px 0px; top: 145px; opacity: 0; cursor: pointer;}
.btn-prev-img { position: absolute; left: 20px;  padding: 10px 10px 10px 0px; top: 145px; opacity: 0; cursor: pointer;}