@charset "UTF-8";


img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.adslo-block a {
	display: block;
	color: #222;
}
.adslo-card {
	position: relative;
	/* display: flex;
	flex-direction: column; */
	margin: 0;
	padding: 0;
	min-width: 0;
	word-wrap: break-word;
    /* margin: 8px; */
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	/* box-shadow: 0 3px 8px rgba(0,0,0,0.15); */
}
	.adslo-card .adslo-image {
		margin: 0px;
	}
	.adslo-card .adslo-image img {
		width: 100%;
	}
	.adslo-card .adslo-card-body {
		flex: 1 1 auto;
		vertical-align: middle;
		padding: 1px;
	}
	.adslo-card .adslo-card-body .adslo-card-title {
		margin: 16px;
		font-size: 18px;
		font-weight: 600;
	}
	.adslo-card .adslo-card-footer {
		margin: 16px;
		border: none;
	}
	.adslo-card .adslo-card-footer .btn-lo-light {
		font-size: 14px;
	}
.adslo-card .adslo-movie {
    position:relative;
    width:100%;
    height:0;
    padding-top: 56.25%; /* ratio 16:9 */
}
.adslo-card .adslo-movie iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	border: none !important;
}
.adslo-card .adslo-movie .adslo-movie-over-block {
    position:absolute;
    top:0;
    left:0;
	right: 0;
	bottom: 0;
    width:100%;
    height:100%;
	background: transparent;
}