/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8/abr/2016, 18:04:14
    Author     : INCOGRAF® - E.Pimentel
*/
.myslider{
    background: transparent; /*#ededed;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    display: block;
}
.myslider-fullscreen{
    background: #ededed;
    height: 300px;
}

@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 650px) {
    .mygallery-desc-content {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 480px) {
    
}