@media screen and (max-width:1200px) {
    /*work*/
    .wrap-work .img-p {
        height: 21.75rem;
    }
    /*work*/
}
@media screen and (max-width:849px) {
    /*work*/
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 428px !important;
        width: calc(100% - 30px) !important;
    }
    body h1 {
        font-size: 2.5rem;
    }
    .page-template-template-client .wp-block-gallery figure.wp-block-image img, .page-template-template-client .page-content img {
        height: 2.8rem !important;
        max-width: 11rem !important;
    }
    a.button.primary {
        font-size: 1.25rem;
    }
    .loadmore-news.text-center {
        margin: 0rem 0 2rem 0 !important;
    }
    body #site-content, .page-template-default #site-content, 
    .page-template-template-client #site-content, 
    .page-template-template-work #site-content {
        padding-top: 87px;
    }
    .mfp-image-holder .mfp-close, 
    .mfp-iframe-holder .mfp-close {
        right: 0;
        padding-right: 14px;
    }
    .mfp-img-motion video {
        height: 16.5rem;
        object-fit: cover;
        max-width: 100%;
    }
    .mfp-gallery.mfp-img-motion .mfp-image-holder .mfp-figure .mfp-title {
        flex-wrap: wrap;
    }
    .wrap-work.wrap-motion .img-p {
        height: fit-content;
    }
    .wrap-work .item {
        flex-basis: 100%;
        max-width: 100%;
    }
    .wrap-work .img-p {
        height: fit-content;
    }
    .wrap-work .box h3 {
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
    }
    .wrap-work .img-p a, .wrap-work .img-p img {
        object-fit: contain;
    }
    .mfp-gallery .mfp-image-holder .mfp-figure figure {
        flex-wrap: wrap;
    }
    img.mfp-img {
        height: fit-content;
        object-fit: contain;
        max-width: 100%;
    }
    .mfp-gallery .mfp-image-holder .mfp-figure {
        max-width: 428px;
        width: calc(100% - 60px);
    }
    .mfp-gallery .mfp-image-holder .mfp-figure figcaption h3 {
        margin: 0 0 1rem 0;
        font-size: 1.5rem !important;
    }
    .mfp-gallery .mfp-image-holder .mfp-figure figcaption {
        padding: 20px !important;
    }
    button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
        width: 40px;
        height: 40px;
        left: 40px !important;
    }
    button.mfp-arrow.mfp-arrow-right.mfp-prevent-close{
        width: 40px;
        height: 40px;
        transform: unset !important;
    }
    .page-template-template-work #site-content .row.row-full {
        max-width: 428px !important;
    }
    
    /*work*/
    /*about*/
    .page-template-template-about .section-bg.fill {
        position: relative !important;
        height: inherit !important;
        overflow: inherit;
    }
    .page-template-template-about .banner-page img {
        position: relative !important;
        object-fit: cover;
        height: inherit !important;
    }
    .page-template-template-about section.banner-page {
        flex-direction: column;
        height: inherit !important;
        min-height: inherit !important;
    }
    body.admin-bar.page-template-template-about #site-content,
    body.page-template-template-about #site-content{
        height: inherit !important;
        min-height: inherit !important;
    }
    .large-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .page-template-template-about .banner-page .col.large-6.ml-auto {
        padding: 50px 15px 40px 15px;
    }
    .page-template-template-about .bg-50 .section-bg.fill {
        max-width: 100%;
    }
    /*about*/
    /*home*/
    body #site-content, .page-template-default #site-content, .page-template-template-client #site-content, .page-template-template-work #site-content,
    body.admin-bar #site-content, .admin-bar.page-template-default #site-content, .admin-bar.page-template-template-client #site-content, .admin-bar.page-template-template-work #site-content, .admin-bar .height-full{
       min-height: calc(100vh - 101px) !important;
    } 
    .admin-bar .banner-hero,
    .banner-hero {
        height: calc(100vh - 101px) !important;
    }
    #site-footer .section-inner {
        max-width: 360px !important;
    }
    html {
        margin-top: 0 !important;
    }
    button.toggle.nav-toggle {
        position: relative;
    }
    .site-logo.faux-heading {
        max-width: 14rem;
    }
    button.toggle.nav-toggle {
        width: 2.125rem;
        height: 2.125rem;
    }
    .banner-hero h1 {
        padding-left: 3.5rem;
        margin-top: -2.2rem;
    }
    .banner-hero h1,
    .banner-hero h2{
        font-size: 2rem;
        letter-spacing: 0.5px;
    }
    .pb-100 {
        padding-bottom: 50px !important;
    }
    html #wpadminbar {
        display: none;
    }
    .admin-bar header#site-header {
        top: 0;
    }
    /*home*/ 
}
@media screen and (max-width:350px) {
    .banner-hero h1, .banner-hero h2 {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
    }
    .banner-hero h1 {
        padding-left: 3.2rem;
        margin-top: -1.6rem;
    }
    .fs-13, .fs-13 p {
        font-size: 12px;
    }
}