@media screen and (min-width:729px) {
    #notification .notification-content {
        background-color: #ECEFED;
    }
    #notification .notification-content .notification--items {
        width: 1000px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    #notification .notification-content .notification--items li a {
        color: #222;
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .notification-content .bx-wrapper{
		width: 910px;
		position:relative;
	}
	.notification-content a.bx-prev,
	.notification-content a.bx-next{
		display: block;
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		font-size: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	.notification-content a.bx-prev{
		left: -15px;
	}
	.notification-content a.bx-next{
		right: -15px;
	}
	.notification-content a.bx-prev:after,
	.notification-content a.bx-next:after{
		content: "";
		position: absolute;
		top: calc(50% - 4px);
		width: 7px;
		height: 7px;
		border-top: 1px solid #666;
	}
	.notification-content a.bx-prev:after{
		border-left: 1px solid #666;
		left: 10px;
		transform: rotate(-45deg);
	}
	.notification-content a.bx-next:after{
		border-right: 1px solid #666;
		right: 10px;
		transform: rotate(45deg);
	}
	.notification-content a.bx-prev:hover,
	.notification-content a.bx-next:hover{
		opacity: 0.5;
	}
}

@media screen and (max-width:728px) {
    #notification .notification-content {
        background-color: #ECEFED;
    }
    #notification .notification-content .notification--items {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #notification .notification-content .notification--items li a {
        color: #222;
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 5px;
        text-decoration: none;
    }
    .notification-content .bx-wrapper{
		width: calc(100% - 80px);
		position:relative;
		border: unset;
		background: #ECEFED;
		box-shadow: unset;
	}
	.notification-content a.bx-prev,
	.notification-content a.bx-next{
		display: block;
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		font-size: 0;
		text-indent: -9999px;
		overflow: hidden;
		background: #ECEFED;
	}
	.notification-content a.bx-prev{
		left: -20px;
	}
	.notification-content a.bx-next{
		right: -20px;
	}
	.notification-content a.bx-prev:after,
	.notification-content a.bx-next:after{
		content: "";
		position: absolute;
		top: calc(50% - 4px);
		width: 7px;
		height: 7px;
		border-top: 1px solid #666;
	}
	.notification-content a.bx-prev:after{
		border-left: 1px solid #666;
		left: 10px;
		transform: rotate(-45deg);
	}
	.notification-content a.bx-next:after{
		border-right: 1px solid #666;
		right: 10px;
		transform: rotate(45deg);
	}
	.notification-content a.bx-prev:hover,
	.notification-content a.bx-next:hover{
		opacity: 0.5;
	}
	.notification-content a {
		margin-top: 0px !important;
	}
}