.tm-lightbox{
	background: rgba(0,0,0,.65);
}
.tm-lightbox img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
}
#tml-content{
	box-shadow: none;
}
#tml-caption span{
	border: none;
}
#tml-caption{
}
.tml-nav{
	border: 0;
}
.not-touch .tml-nav:hover{
	opacity: .5;
}
#tml-prev{
	left: 3rem;
}
#tml-next{
	right: 3rem;
}
#tml-exit{
	top: 1.5rem;
	right: 3rem;
	display: block;
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.6%22%20height%3D%2219.6%22%20viewBox%3D%220%200%2019.6%2019.6%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M19.6%2018.1l-1.4%201.4-8.4-8.4-8.4%208.4L0%2018.1l8.4-8.4L0%201.4%201.4%200l8.4%208.4L18.1%200l1.4%201.4-8.4%208.4%208.5%208.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    background-size: 20px;
	-webkit-transition:  all .3s;
	transition:  all .3s;
}
.not-touch #tml-exit:hover{
	opacity: .5;
}
#tml-exit:before{
	display: none;
}
