body{
background-color: #f8f9fa;
}
.row-cols-sm-2 > * {
  width: 100% !important;
}
@media (min-width: 768px){
.d-md-block {
  display: grid !important;
}
}
.container{
margin-top: 44px;
margin-bottom: -8px;
max-width: 420px;
padding-left: 5px !important;
padding-right: 5px !important;
}
.card-img {
	height: 220px;
	border-radius: 5px 5px 0px 0px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px #bdbcbc solid;
    display: inline-table;
}
.card-body{
text-align: center;
}
.list-group {
	margin: 5px auto 15px auto;
	width: 100% !important;
	display: inline-block !important;
	right: 0;
	left: 0;
	position: relative;
	padding: 5px 5px;
	box-shadow: 0px 0px 3px 0px #000;
}
.card{
box-shadow: 0px 0px 3px 0px #000 !important;
margin-bottom: 10px;
}
.card img {
	background-image: url('../../images/loader.gif');
	background-size: cover;
	background-position: center;
}
iframe{
width: 95% !important;
}
