.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;
}
#tml-prev{
	left: 3rem;
}
#tml-next{
	right: 3rem;
}
#tml-exit{
	top: 1.5rem;
	left: 3rem;
	display: block;
	width: 23px;
	height: 23px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.1%22%20height%3D%2223.1%22%20viewBox%3D%220%200%2023.1%2023.1%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230E266E%22%20d%3D%22M23.1%2021L21%2023.1l-9.4-9.4-9.4%209.4L0%2020.9l9.4-9.4L0%202.1%202.1%200l9.4%209.4L20.9%200%2023%202.1l-9.4%209.4%209.5%209.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    background-size: 23px;
	-webkit-transition:  all .3s;
	transition:  all .3s;
}
.not-touch #tml-exit:hover{
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.1%22%20height%3D%2223.1%22%20viewBox%3D%220%200%2023.1%2023.1%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%233da3ff%22%20d%3D%22M23.1%2021L21%2023.1l-9.4-9.4-9.4%209.4L0%2020.9l9.4-9.4L0%202.1%202.1%200l9.4%209.4L20.9%200%2023%202.1l-9.4%209.4%209.5%209.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    background-size: 23px;
}
#tml-exit:before{
	display: none;
}
