/*!
 * Start Bootstrap - Pinchard v3.3.7+1 (http://startbootstrap.com/template-overviews/pinchard)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: 'circular-std';
    src: url('../fonts/CircularStd-Book.otf');
}
@font-face {
    font-family: 'circular-bold';
    src: url('../fonts/CircularStd-Bold.otf');
}
@font-face {
    font-family: 'courier-new';
    src: url('../fonts/cour.ttf');
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
/*  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;*/
/*font-family: 'Helvetica Neue', Arial, sans-serif;*/
    font-family: "circular-std";
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
    font-family: "circular-bold";
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: #e5e5e5;
  /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
  font-family: "circular-std";
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.navbar-default img {
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
}
.navbar-default .img_left {
    float: left;
}
.navbar-default .img_right {
    float: right;
}
.navbar-default .title {
    height: 49px;
    padding: 11px;
    font-family: 'circular-bold';
    font-size: 19px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-default .title > a {
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
}
.navbar-default .title > a:hover, .navbar-default .title > a:focus {
    color: #F05F40;
}

.navbar-default .title .arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    border: solid 1px #000000 !important;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 2px;
    opacity: .4;
}

.navbar-default .title .arrow:hover {
    opacity: .6;
    border: solid 1px #F05F40 !important;
}

.navbar-default .title .arrow.left {
    margin-right: 16px;
    background-image: url(../img/arrow.svg);
    transform: rotate(90deg);
}

.navbar-default .title .arrow.left:hover {
    background-image: url(../img/arrow_hover.svg);
    transform: rotate(90deg);
}

.navbar-default .title .arrow.right {
    margin-left: 16px;
    background-image: url(../img/arrow.svg);
    transform: rotate(-90deg);
}

.navbar-default .title .arrow.right:hover {
    background-image: url(../img/arrow_hover.svg);
    transform: rotate(-90deg);
}

.navbar-default .nav_cloudberry {
    position: absolute;
    left: 16px;
    top: 14px;
    background: url(../img/icon-cloudberry.svg) no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    opacity: .6;
}

.navbar-default .nav_cloudberry.active, .navbar-default .nav_cloudberry:hover, .navbar-default .nav_cloudberry:focus {
    background: url(../img/icon-cloudberry_hover.svg) no-repeat;
    background-size: contain;
    opacity: 1;
}

.navbar-default .nav_info {
    position: absolute;
    right: 16px;
    top: 16px;
    background: url(../img/icon-info.svg) no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    opacity: .6;
}

.navbar-default .nav_info.active, .navbar-default .nav_info:hover, .navbar-default .nav_info:focus {
    background: url(../img/icon-info_hover.svg) no-repeat;
    background-size: contain;
    opacity: 1;
}

/* Union */
.navbar-default .union {
    position: absolute;
    width: 21px;
    height: 21px;
    left: 14px;
    top: 14px;
    cursor: pointer;
}
.navbar-default .union_vector {
    position: absolute;
    /*width: 6.61px;*/
    width: 23.607%;
    height: 23.607%;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 1px;

    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.union:hover .union_vector, .union:focus .union_vector {
    background-color: #F05F40;
}

.navbar-default .union_vector1 {
    left: 0;
    top: 0;
}
.navbar-default .union_vector2 {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.navbar-default .union_vector3 {
    right: 0;
    top: 0;
}
.navbar-default .union_vector4 {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.navbar-default .union_vector5 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.navbar-default .union_vector6 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.navbar-default .union_vector7 {
    left: 0;
    bottom: 0;
}
.navbar-default .union_vector8 {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.navbar-default .union_vector9 {
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: white;
    border-color: #e5e5e5;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }
}

.preview {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: hidden;
    overflow-x: hidden;
}
.preview.overflow_shown{
    overflow-y: initial;
}
.btn_arrow {
    width: 100%;
    height: 16px;
    background-image: url('../img/arrow.svg');
    background-size: 17px 7px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: .6;
    transform: rotate(180deg);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn_arrow.down_arrow {
    background-image: url('../img/arrow.svg');
    transform: rotate(0deg);
}
.btn_arrow:hover, .btn_arrow.down_arrow:hover{
    background-image: url('../img/arrow_hover.svg');
    opacity: 1;
}
.detail_view {
    width: 100%;
    background-color: white;
    margin-top: calc( 100vh - 50px - 16px);
    overflow: auto;
    position: absolute;
}
.detail_view .detail_container {
    padding: 32px;
}
.detail_content_view .title {
    display: inline-block;
    font-weight: 700;
    font-size: 48px;
    width: calc(100% - 40px);
    word-break: break-all;
}

.detail_content_view .detail_rect {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-right: 8px;
    border-radius: 2px;
    text-align: center;
    opacity: .8;
}
.detail_content_view .detail_rect.title_rect {
    margin-top: 16px;
}
.detail_content_view .datetime_area {
    margin-top: 8px;
}
.detail_content_view .inner_data {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    vertical-align: top;
    line-height: 24px;
}
@media (max-width: 768px) {
    .detail_content_view .inner_data {
        width: calc(100% - 40px);
    }
    .detail_content_view .title {
        width: calc(100% - 40px);
    }
}
.detail_content_view .inner_area {
    margin-top: 16px;
}

.detail_view .mapcontainer {
    padding: 32px;
    text-align: center;
}
.detail_view .mapcontainer #googleMap {
    width:100%;
    padding-top: 50%;
}

.photos_container {
    padding-top: 20px;
}
.photoElement {
    margin-bottom: 32px;
}
.photoBox {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
}
.photo-box-caption {
    color: black;
    opacity: 0;
    font-weight: 700;
    display: block;
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all .35s;
}
.photoBox .photo-box-caption .photo-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.photoBox:hover .photo-box-caption {
    opacity: 1;
}

.ui-datepicker-calendar {
    display: none;
}

.ui-datepicker {
    margin: 0 auto;
    margin-top: 2px;
}

.ui-widget-header {
    border: none !important;
    background: transparent !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    width: 260px;
}

.ui-widget-content {
    background-color: transparent !important;
}

.ui-corner-all:hover {
    border: none !important;
    background-color: transparent !important;
}

.ui-icon, .ui-widget-content .ui-icon {
    display: none !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    height: 32px;
    margin: 0px 2px;
    /*text-align-last: center;*/
    border-color: #d4d4d4;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
}

.ui-datepicker select.ui-datepicker-month {
    /*color: transparent;*/
}


/*#monthpicker:after{
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #797979;
    position: absolute;
    top: 42%;
    left: calc(50% + 3px);
    content: "";
    z-index: 98;
 }


.ui-datepicker-title:after {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #797979;
    position: absolute;
    top: 42%;
    left: calc(50% + 72px);
    content: "";
    z-index: 98;
 }    */


.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 3px;
    width: 32px !important;
    height: 32px !important;
    border: solid 1px #000000 !important;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .15;
	  display: none;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    opacity: 1;
    border: solid 1px #F05F40 !important;
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url('../img/arrow.svg');
    transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next {
    background-image: url('../img/arrow.svg');
    transform: rotate(-90deg);\
}

.ui-datepicker-year {
    width: 65px !important;
    padding-left: 3px;
}

.ui-datepicker-month {
    width: 100px !important;
    padding-left: 4px !important;
    text-align-last: center;
}

option {
    font-weight:bold;
    /*text-align: center;*/
    /*text-indent: 10px;*/
}


/*five column*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.day {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}

.photos {
    display: inline-block;
    width: calc(100% - 25px);
}

.day.floating {
    position: fixed;
    top: 132px;
}

.photos.floating {
    margin-left: 20px;
}

.photoBox img {
    /*border-radius: 4px;*/
    width: 104% !important;
    max-width: 104% !important;
/*    background-size: contain;
    height: 200px;*/
    /*opacity: 0;*/
    /*transition: opacity .3s ease-in;*/
/*    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;*/
}

#photo_container {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 100px;
}

#preview_image {
    position: absolute;
    top: 50px;
    width: 104%;
    height: 100%;
    object-fit: cover;
}

.picker_area {
    width: 100%;
    height: 50px;
    background-color: #fbfbfb;
    border-bottom: solid 1px #e5e5e5;
    position: fixed;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 1030;
}
.picker_area #monthpicker {
    margin: 0 auto;
}
.content_area {
    padding: 32px 8px 8px 8px;
    /*display: none;*/
}

.about_section {
    padding-top: 100px;
}
.about_section .left_label, .how_section .left_label, .who_section .left_label, .contact_section .left_label {
    font-weight: 700;
    padding-bottom: 24px;
}
@media (min-width: 768px) {
    .about_section .left_label {
        margin-left: -10px;
    }
    .contact_section .left_label {
        margin-left: -24px;
    }
}

.about_section .sub_container {
    padding: 32px 14%;
}
.about_section .sub_container .sub_content {
    font-style: italic;
    font-size: 115%;
}
.about_section .sub_container .sub_content_name {
    text-align: right;
    margin-top: 24px;
}


@media (min-width: 992px) {
    .about_section .about_images {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.about_section .info_img, .how_section .info_img {
    border-radius: 4px;
}
.how_section, .who_section {
    padding: 16px 0px;
}
.how_section .code_area {
    font-family: "courier-new";
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 768px) {
    .how_section .code_area {
        padding-left: 6%;
        padding-right: 6%;
    }
}
.who_section .people_row {
    margin-top: 24px;
}
.who_section .people_row .people_col_1 {
    text-align: center;
    padding-right: 10%;
    padding-top: 16px;
    padding-bottom: 16px;
}
.who_section .people_row .people_col_2 {
    text-align: center;
    padding-right: calc(5% + 7.5px);
    padding-left: calc(5% + 7.5px);
    padding-top: 16px;
    padding-bottom: 16px;
}
.who_section .people_row .people_col_3 {
    text-align: center;
    padding-left: 10%;
    padding-top: 16px;
    padding-bottom: 16px;
}
.who_section .people_row .people img {
    width: 100%;
    position: relative;
    border-radius: 50%;
}
.who_section .people_row .name {
    font-weight: 700;
    margin-top: 16px;
}
.who_section .people_row .job {
    margin-top: 16px;
    font-size: 16px;
}
.who_section .people_row .link, .contact_section .link {
    color: #F05F40;
    font-size: 16px;
}
.who_section .people_row .link:hover, .contact_section .link:hover {
    color: #F05F40;
    border-bottom: 2px;
}
.contact_section {
    padding: 16px 0px;
    padding-bottom: 100px;
}
.contact_section .copyright {
    margin-top: 45px;
    color: #959595;
    font-size: 12px;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  /*margin: -75px 0 0 -75px;*/
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*file column end*/

.info_img {
    margin: 20px 0px;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;
  height: calc(100% - 16px);
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    /*min-height: calc(100% - 16px);*/
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

.about_section, .how_section, .who_section, .contact_section {
    font-size: 120%;
}

.placeholder {
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.placeholder img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
}

.placeholder img.loaded {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}
