/*
Theme Name: Urban Golf
Theme URI: http://www.urbangolf.co.uk/
Author: 56 Degreees Design
Author URI: http://www.56degrees.co.uk/
Description:
Version: 1.01
*/

@media screen and (min-width: 480px) {
	.owl-carousel.owlHome.owlHome {
		height: 60vh;
	}

	.item.is-video{
		background-image: none !important;
	}

	.item.is-video .contentBottom{
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.owl-carousel.owlHome {
		padding-bottom: 0 !important;
	}

	.item.is-video .iframe{
		display: none;
	}
}
