.elongated-image{
	height : auto !important;
}
@media (min-width:1200px) {
	.elongated-image{
		height : 350px !important;
	}
}

@media (max-width:1199px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media (max-width:991px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media (max-width:767px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media (max-width:479px) {
	.elongated-image{
		height : 200px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media only screen and (max-width: 479px) {
	.elongated-image{
		height : 200px !important;
	}
	
}

@media (min-width: 768px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media (min-width: 992px) {
	.elongated-image{
		height : 440px !important;
	}
	
}

@media (min-width:1200px) {
	.elongated-image{
		height : 370px !important;
	}
}

}

.a-color-white{
	color:#fff !important;
}

.a-color-grey{
	color:#31404b !important;
}

.a-color-black{
	color:black !important;
}

.a-color-crimson{
	color:crimson !important;
}

.teamhome{
	background: #024088;
    color: white;
    border-radius: 20px 40px 20px 40px;
	padding:10px;
}
.teamhome h5{
    color: white !important;
}
.teamhome figure{
	background: #fff;
    border-radius: 35px;
	margin: 10px;
}
.teamaway{
	background: #ed1d24;
    color: white;
    border-radius: 40px 20px 40px 20px;
	padding:10px;
}
.teamaway h5{
    color: white !important;
}
.teamaway figure{
	background: #fff;
    border-radius: 35px;
	margin: 10px;
}

.height45{
	height:45px !important;
}

.form-points-w{
	background: #01A54B;
    color: white;
    width: 4px;
    height: 4px;
    font-size: 8px;
    padding: 3px 3px 3px 3px;
	margin-left:0px;
    border-radius: 5px;
    text-align: -webkit-center;
}

.form-points-l{
	background: crimson;
    color: white;
    width: 4px;
    height: 4px;
    font-size: 8px;
    padding: 3px 4px 3px 4px;
	margin-left:3px;
    border-radius: 5px;
    text-align: -webkit-center;
}

.title-back{	
	background: black;
    opacity: 0.8;
    color: white !important;
    padding: 5px 5px 2px 5px;
}

.adsinfo{
	position: absolute;
    right: 28px;
    background: #07c2ffa3;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
}

.right-46{
	/* right:40px !important; */
}

.right-4{
	right:4% !important;
}

.right-12{
	right:12% !important;
}

.right-10{
	right:10% !important;
}

.right-23{
	/* right:23% !important; */
}

.right-31{
	right:31% !important;
}

.galleryimage{
	float: right;
    margin-right: 8px;
	font-family: fantasy;
    font-weight: normal;
    color: #1c0f6e;
    font-size: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: -50px;
    padding: 5px;
}

.gallerypost{
	font-family: fantasy;
    font-weight: normal;
    color: #1c0f6e;
    font-size: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
	margin-left: 35%;
}

/* 
.widget-game-result__team-logo img {
    display: block;
    margin: 0 auto;
    max-height: none;
}
.widget-game-result__team-logo {
    height: 95px;
    display: block;
    position: relative;
} */