.sequence-preview
{
	height:100%;
	width:100%;
	position:absolute;
	overflow: hidden;
	background-color:black;
}

.sequence-preview .item
{
	left:0;
	top:0;
	opacity:1;
	height:100%;
	width:100%;
	position:absolute;
	display:block;top 1s linear, left 1s linear, opacity 1s linear;
	-webkit-transition: top 1s linear, left 1s linear, opacity 1s linear;
	-moz-transition: top 1s linear, left 1s linear, opacity 1s linear;
	-o-transition: top 1s linear, left 1s linear, opacity 1s linear;
	transition: top 1s linear, left 1s linear, opacity 1s linear;
}

.sequence-preview .notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sequence-preview .previewHide {
  visibility : hidden;
}
.sequence-preview .stream div,
.sequence-preview .image div{
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
	display:block;
}

.sequence-preview .video video {
	height: 100%;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	background-color: black;
}

.sequence-preview .pagebuilder div{
	height: 100%;
	width: 100%;
}

.sequence-preview > div > iframe{
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
}

/* TRANSITIONS */

.sequence-preview .slide_left_from {
	left:-100%;
}
.sequence-preview .slide_left_to {
	left:100%;
}

.sequence-preview .slide_right_from {
	left:100%;
}
.sequence-preview .slide_right_to {
	left:-100%;
}

.sequence-preview .slide_up_from {
	top:-100%;
}
.sequence-preview .slide_up_to {
	top:100%;
}

.sequence-preview .slide_down_from {
	top:100%;
}
.sequence-preview .slide_down_to {
	top:-100%;
}

.sequence-preview .fade_out_from {;
	opacity:0;
}
.sequence-preview .fade_out_to {
	opacity:0;
}

.sequence-preview .none_from {
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	opacity:0;
}

.sequence-preview .none_to {
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	opacity:0;
}
