/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .img img{
        height: initial !important;
        width:100%;
    }

    .logo--banner{
        height:100px;
    }

    .logo--neptunia{
        height:80px;
    }

    .logo--terrazza{
        height:200px;
    }

    .video-container {
        background: url('../img/banner/banner_video_bg.jpg') black no-repeat center center scroll;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    p{
        line-height:2rem;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/*  X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    .img--section{
        padding-top:100px;
        padding-bottom:100px;
    }

}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}
