/*
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 : 15-set-2017, 11.52.28
    Author     : vncmtt
*/
.featherlight .featherlight-close-icon {
    font-size: 32px;
    line-height: 32px;
    width: 32px;
    right: 0px;
    top: 1px;
    border: 1px solid #000;
}
@media screen and (max-width: 480px) {
    .featherlight .featherlight-close-icon {
    font-size: 32px;
    line-height: 32px;
    width: 32px;
    right: 20px;
    top: 15px;
    border: 1px solid #000;
}

.featherlight-iframe {
    width: 100%
}
.featherlight {
padding-top: 15px;
}
}

@media screen and (max-width: 768px) {
    .featherlight .featherlight-close-icon {
    font-size: 32px;
    line-height: 32px;
    width: 32px;
    right: 20px;
    top: 15px;
    border: 1px solid #000;
}
}

@media only screen and (max-width: 1024px){
.featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 97%;
    max-width: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
}
}
.flowpaper_viewer .flowpaper_viewer_gradient {
    padding-top: 10px;
}