﻿

/* #region BANNER */

.banner-section {
    position: relative;
    top: 0;
    /*padding-top: 150px;*/
    display: table;
    width: 100%;
    background: transparent;
    height: 100vh;
    box-sizing: border-box;
}

    .banner-section.no-padding {
    }




.banner-content {
 
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

/* #endregion */


.owl-carousel-news .owl-stage-outer {
    /*overflow: unset !important;*/
}
.owl-carousel-news .owl-dots {
    display: inline;
    
}
.owl-carousel-news .owl-nav {
    position: relative;
    top: 10px;
}
.owl-carousel-news .owl-next {
    position: relative;
    top: 15px
}
.owl-carousel-news .owl-prev {
    position: relative;
    top: 15px
}

.camera_wrap {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.camera_overlayer {
    opacity: .15;
}

.camera_wrap .container {
    display: table;
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.camera_wrap .content {

    color: #fff;
    float: left;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 15px 25px 15px 20px;
    text-align: left;
    width: 80%;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50px;
}

.camera_wrap .title {
    color: white;
    font-size: 5rem;
    font-weight: 600;
    margin: 0 0 20px;
}

.camera_wrap .see-more {
    color: #fff;
    float: right;
    font-size: 1.6rem;
}

    .camera_wrap .see-more::after {
        content: " >";
    }

@media screen and (max-width: 767px) {
    .camera_wrap .content {
        top: initial;
        bottom: 50px;
        height: 204px;
        left: 50%;
        margin-left: -170px;
    }
}