@charset "UTF-8";

.top-news-cont iframe{
	border-top: 2px solid #ffe019;
	border-bottom: 2px solid #ffe019;
  width: 100%;
	height: 180px;
}
.top-news-cont__btn {
  display: block;
	margin: 25px auto 0;
}

/* @media screen and (max-width: 768px) {
	.top-news-cont iframe{
		overflow-y: scroll;
	}
} */
/* @media screen and (max-width: 380px) {
	.top-news-cont iframe{
		height: 360px;
	}
} */