* {
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100%;
    
    height: 100%;
    background-color: #FFFFFF;
}

body {
    color: black;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.22em;
}

.top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  resize: both;
  overflow: auto;
}
.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  resize: both;
  overflow: auto;
}

.bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  resize: both;
  overflow: auto;
}

.owl-carousel .item-video{
	height:540px;
}

.owl-prev {

    position: absolute;
    top: 93%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {

    position: absolute;
    top: 93%;
    right: 2px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-prev i, .owl-next i {
	flex-direction: column;
  justify-content: center;
  align-items: center;
	color: #ffffff;
	}

.inner {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}

