#wrapper {
	width: 100%;
}
#vertical-ticker {
	height: 295px;
	background: #fff;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#vertical-ticker li {
	padding: 15px 15px;
    display: flex;
    background: #fff;
    color: #111;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}
.today-text {
    width: 70%;
    text-align: left;
    font-weight: 500;
}
.today-time {
    width: 30%;
    text-align: end;
}
.today_parallax {
    position: relative;
    background-image: url("../extra-images/paralex-02.jpg");
    min-height: 660px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.today_parallax::before {
    content: "";
    background: #f2405d;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.today-section {
	margin-bottom: 0px;
}
.fixed-head {
  	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #333333;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.paralex-heading h2 span{
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
}