/*
CUSTOM CSS

Izmene u CSSu nakon kreiranja templejta se postavljaju ovde.
Developer iz ovog CSSa korekcije treba da integrise u glavni style.css

*/

.shortcode_slider {
	/*max-width: 800px;*/
	height: auto;
}

.shortcode_buttons a {
	margin-right: 10px;
}

.shortcode_oembed {
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

.shortcode_oembed iframe,
.shortcode_oembed object,
.shortcode_oembed embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}