.tlab-btn-list{
    text-align:center;
    margin-top: -40px;
}
.tlab{
	background: url(/images/stories/2021protect/back.jpg) no-repeat;
	width: 100%;
	background-size: cover !important;
    background-position: center;
}
.tlab-container{
	max-width: 870px;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    margin: 0 auto;
    padding: 70px 0px 40px 0px;
}
.tlab-container h1{
	font-size: 280%;
    color: #fff1aa;
    text-align: center;
}
.tlab-hr{
	width: 308px;
    padding: 10px 0;
    border-bottom: 1px solid #fff1aa;
    margin: 0 auto;
}
.tlab-content{
	color: #fff;
    line-height: 2;
    font-size: 110%;
    margin: 25px 0 130px 0;
    padding: 0 80px;

}
.hhr{
	display: none;
	position: absolute;
    height: 100%;
    border-right: 3px solid #fff1aa;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    top: 41px;
}
.hh{
	/*height: 900px;*/
}
.tlab-arrow{
    border-style: solid;
    border-width: 20px 12px 0px 12px;
    border-color: #fff1aa transparent transparent transparent;
    position: absolute;
    transform: rotate(0deg);
    z-index: 5;
    margin: 0 auto;
    left: 0px;
    right: 14px;
    width: 0px;
    bottom: 45px;
    animation: move .5s ease-in-out infinite alternate;
}
@-moz-keyframes move {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes move {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-o-keyframes move {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes move {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@media only screen and (max-width: 1366px) {
	.hh{
		height: 1200px;
	}
}
@media only screen and (max-width: 767px) {
	.jux-tl-control,
	.hhr{
		display: none !important;
	}
	.jux-tl-item.left {
	    text-align: left;
	}
	.jux-tl-item.right .jux-tl-info, .jux-tl-item.left .jux-tl-info {
	    margin: 20px 0 0 0;
	}
}
@media only screen and (max-width: 580px) {
	/* .tlab-container {
	    padding: 70px 5% 40px 5%;
    } */
    .tlab-content,
    .jux-tl-wrap{
    	padding: 0 5%;
    }
    .jux-tl {
	    height: 500px;
	}


}
@media only screen and (max-width: 480px) {
	.tlab-container h1 {
	    font-size: 230%;
	}
	.tlab-hr {
	    width: 75%;
	}
}
@media only screen and (max-width: 370px) {
	.tlab-container h1 {
	    font-size: 190%;
	}
}
