/*
Theme Name: Transtejo
Author: Marketividade
Author URI: http://marketividade.com/
Version: 1.0
*/
.share{
	margin: 10px 0;
    display: block;
}


#transejo > video{
    z-index: -100;
    right: 0;
    bottom: 2px;
    width: 100%;
    z-index: 1;
    height: 500px;
}

video.video_background {
     background: #ededed !important;
	 min-width: 100%;
	 width: 100%;
	 height: auto;
	 z-index: -100;
	 position: absolute;
	 right: 0;
	 bottom: unset;
	 min-width: 100%;
	 min-height: 700px;
	 z-index: 1;
}

.unslider ul,
.unslider li {
	height: 950px !important;
}

.unslider-wrap.unslider-carousel > li {
	background: unset !important;
}

.unslider ul li img.default_size {
	width: 100% !important;
}

@media screen and (min-width: 1600px) {
	.unslider ul,
	.unslider li {
	height: 1100px !important;
}
}

@media screen and (max-width: 1500px) {
	.unslider ul,
	.unslider li {
	height: 900px !important;
}
}


@media screen and (max-width: 1350px) {
	.unslider ul,
	.unslider li {
	height: 750px !important;
}
}

@media screen and (max-width: 600px) {
	video.video_background {
    background: #ededed !important;
    min-width: 100%;
    width: 100%;
    height: 250px;
    z-index: -100;
    position: relative;
    right: 0;
    bottom: unset;
    min-width: 100%;
    min-height: 250px;
    z-index: 1;
	}
}