/* ----------------------------------------------------------------
	RCH CSS
-----------------------------------------------------------------*/
.col-padding {
    padding: 20px !important;
}
.product-image {
	text-align:center;
}
.sale-flash {
	top: 20px !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
}
.videos{
	margin-bottom:15px;
}

.fluid-width-video-wrapper {
    position: static !important;
}

#copyrights {

    padding: 0 0 50px 0 !important;
}
@media (max-width: 1199px) {
}

@media (min-width: 992px) {

	.logopie{
		height:75px;
	}
	#prensatv img{
		height:100px;
		margin-bottom:5px;
		margin-top:5px;
		width:100px;
	}
	#prensatv div {
		display: flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
	}
	#imgxl{
		max-height:350px;
	}
	.heightdiv{
		height:400px;
	}
	.heightdiv-map{
		height:400px;
	}	
}	

	
@media (max-width: 750px) {

	.heightdiv{
		height:100%;
	}
	.heightdiv-map{
		height:300px;
	}	
}


