#headlineMobile .tns-controls button {
	position: absolute;
	top: 45%;
	z-index: 15;
	border: none;
	font-size: 0px;
	width: 40px;
	height: 40px;
	color: white;
	font-family: 'default' !important;
	background-color: transparent;
	opacity: .5;
}
#headlineMobile .tns-controls button:last-child {
	right: 4%;
}
#headlineMobile .tns-controls button:last-child:before {
	content: "\e92e";
	font-size: 20px !important;
	line-height: 20px !important;
    display: block;
}
#headlineMobile .tns-controls button:first-child {
	left: 4%;
}
#headlineMobile .tns-controls button:first-child:before {
	content: "\e92e";
	font-size: 20px !important;
	line-height: 20px !important;
	transform: scaleX(-1);
	display: inline-block;
}

#headlineMobile .tns-nav {
	display: none !important;
}
#headlineMobile #customize-thumbnails .tns-nav-active {
	background-color: #4356ce;
}
#headlineMobile #customize-thumbnails .tns-nav-active img {
	opacity: .6;
}
#headlineMobile #customize-thumbnails div {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#headlineMobile #customize-thumbnails div:hover {	
	transform: scale(1.1);
}
#headlineMobile .closeAnimation {
	height: 100vh;
	bottom: -70%;
}
@media screen and (max-width: 1367px) {
#headlineMobile .closeAnimation {
	bottom: -90%;
}	
}
#headlineMobile .closeAnimation .box {
	height: 100%;
	align-items: end;
}
#headlineMobile .closeAnimation .box div {
	width: 100%;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
#headlineMobile .closeAnimation .box div:nth-child(odd) {
	background-color: #4456ce;
}
#headlineMobile .closeAnimation .box div:nth-child(even) {
	background-color: #d7dbfd;
}
#headlineMobile .closeAnimation .box div:nth-child(1) {
	height: 50%;
}
#headlineMobile .closeAnimation .box div:nth-child(2) {
	height: 40%;
}
#headlineMobile .closeAnimation .box div:nth-child(3) {
	height: 45%;
}
#headlineMobile .closeAnimation .box div:nth-child(4) {
	height: 38%;
}
#headlineMobile .closeAnimation .box div:nth-child(5) {
	height: 52%;
}
#headlineMobile .closeAnimation .box div:nth-child(6) {
	height: 37%;
}
#headlineMobile .closeAnimation .box div:nth-child(7) {
	height: 48%;
}
#headlineMobile .closeAnimation .box div:nth-child(8) {
	height: 38%;
}
#headlineMobile .closeAnimation .box div:nth-child(9) {
	height: 70%;
}
#headlineMobile .closeAnimation .box div:nth-child(10) {
	height: 33%;
}