@charset "utf-8";

#wrapper
{
    width: 100% !important;
}

.header-wrapper
 {
    position: absolute !important;
    top:0 !important;
}

.firstview-box .slick-slide img
 {
    height: auto !important;
}

#pagetop
 {
    display: none !important;
}

.fadein,.fadein-later {
    opacity:1 !important;
    transform: translate(0) !important;
}

/*
<link rel="stylesheet" href="<?php echo get_template_directory_uri() ?>/print.css" media="print">

*/