/*
Theme Name: BystedFFW
Author: FFW
Author URI: https://ffwagency.com/
Description: A simple and beautiful little site for BystedFFW.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bystedffw, bysted, ffw, ffwagency
Text Domain: bystedffw
*/

@import "assets/css/site.css";
.case__image__auther {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    display: block;
    font-size: 0.8rem;
    padding: 2px 4px;
    margin-top: 10px;
}
.case__image {
    position: relative;
    float: left
}
.case__image__auther {
    color:#666666;
}
.about__contact__text h5 {
max-width: 600px;
line-height: 1.2;
}
.styled p {
margin-bottom: 20px;
}

.home-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.home-banner .desktop {
  display: none;
}

@media only screen and (min-width:769px) {
  .home-banner .mobile {
    display: none;
  }
  .home-banner .desktop {
    display: block;
  }
}