/*.bulleted:before
{
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: black;
    font-size: 1.15em;
}
.bulleted
{
    background: none !important;
    padding-left: 0 !important;
}*/

.navSupScrollTop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0.3em;
    left: 0.3em;
    width: 3em;
    height: 3em;
    background-color: #005aa0;
    background-size: contain;
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    -moz-transition: opacity .25s linear, visibility .1s linear;
    -webkit-transition: opacity .25s linear, visibility .1s linear;
    -o-transition: opacity .25s linear, visibility .1s linear;
    transition: opacity .25s linear, visibility .1s linear;
    z-index: 1000;
    border: 2px solid #fff;
    border-radius: 50%;
}

    .navSupScrollTop.is-active {
        visibility: visible;
        opacity: 1;
    }

.box-secondary.box.secondary.object-documents {
    width: 100%;
}

div.jquerypanel .header a.hidden {
    background-position: 0 4px;
}
/* Default (desktop) */
form {
    width: 100%;
}

.primary a.bulleted::before {
}

a.bulleted::before {
}

a {
}

.secondary a.bulleted {
}

/* Tablet */
@media (min-width: 481px) and (max-width: 1169px) {
    body {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }

    form {
        padding: 0;
    }

    div.siteMenu-container {
        display: none;
    }

    div.siteSidebar {
        display: none;
    }

    div.siteContent {
        width: 99% !important;
    }

    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
        background: #e30613;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #005aa0;
            border-radius: 0;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 16px;
                font-weight: 300;
                padding-left: 0.6em;
                color: #fff;
                border: none;
                text-transform: uppercase;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #fff;
            }
            /*.handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
        border-bottom: 1px solid #fff;
    }*/
            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
            }

                .handheld-menu .handheldTopMenu .expanded ul li a {
                    padding-left: 1em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li a {
                    padding-left: 2em;
                    display: block;
                    font-weight: 300;
                    font-size: 16px;
                    text-transform: none;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
                    padding-left: 3em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
                    padding-left: 4em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul {
                    background: #005aa0;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #005aa0;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #005aa0;
                            overflow: hidden;
                        }

            .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
                color: #005aa0;
                padding-top: 0.615em;
                font-size: 2em;
            }

            .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
                margin: 0;
            }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color: #fff;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #818700;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container, siteToplinks-container,
    div.siteTopLinks-container, div.global-authorization {
        margin: 0 auto;
        width: auto !important;
        padding: 0;
    }

    div.global-authorization {
        background: #f2f2f2;
    }

    div.siteHeader-container h1 {
        background: none;
        padding: 0;
    }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 0;
    }

    div.siteHeader {
        height: 210px;
    }

    div.topLinkMenuContainer {
        padding: 0;
        display: none;
    }

    ul.topLinkMenu {
        width: auto !important;
        margin-right: 20px;
    }

        ul.topLinkMenu li {
            line-height: 32px;
        }

            ul.topLinkMenu li a {
                font-size: 16px;
            }

    div.siteToplinks {
        height: auto;
        padding: 0;
    }

    div.siteLogo img {
        width: 160px;
    }

    div.siteLogo {
        float: left;
        position: relative;
        top: 43px;
        left: 15px;
    }

    div.search_area {
        right: 0;
        top: 110px;
        padding: 0;
        width: 260px;
    }

        div.search_area .search_field {
            width: 70%;
        }

    ul.promotepage {
        right: 9px;
        top: 164px;
    }

    div.ImageTextStyles {
        height: auto;
        margin-bottom: 0;
    }

        div.ImageTextStyles.Text a {
            line-height: 24px;
        }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 20px;
        box-sizing: border-box;
    }

        div.siteFooter .col25 {
            width: 47% !important;
            box-sizing: border-box;
        }

        div.siteFooter .col25 {
            width: 24% !important;
            padding: 0 40px;
            box-sizing: border-box;
            margin-top: 290px;
        }

        div.siteFooter h6 {
            font-size: 25px;
            line-height: 32px;
            margin-bottom: 10px;
            font-weight: 300;
        }

        div.siteFooter ul.social-links li {
            display: block;
            float: left;
            width: 100%;
            padding: 10px;
        }

    ul.social-links {
        font-size: 23px;
    }

    ul.badges li {
        display: inline-block;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    div.siteFooter .col25.alignright img {
        width: 130px;
    }

    ul.quickfilter li {
        width: 44%;
    }

    ul.quickfilter span.minValue {
        width: 85%;
    }

    .col100 .slider, .col100 .slider-container {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        right: 0;
    }

    .slider-container {
        width: auto;
        left: 0;
        right: 0;
    }

    .col100 .slider img, .col100 .slider-container img {
        max-width: none;
    }

    div.ImageTextStyles.Image img {
        width: 100%;
    }

    .slider, .slider-container, .slides {
        overflow: hidden;
    }

    div.ImageTextStyles.Text {
        top: 20%;
        color: #222;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        padding: 4%;
        position: absolute;
        width: 68%;
        right: 7%;
        box-sizing: border-box;
        bottom: auto;
    }

        div.ImageTextStyles.Text a {
            line-height: 23px;
            font-size: 16px;
        }


    div.ImageText div.sliderTitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    div.ImageTextStyles.Text p.link {
        float: right;
        font-weight: 300;
        font-size: 16px;
        display: block;
        margin-top: 6px;
    }

    div.col100.ingangar {
        position: relative;
        top: 0;
        background: transparent;
    }


    div.ingangar-container h4 {
        line-height: 37px;
        font-size: 22px;
        color: #005aa0;
        letter-spacing: -1px;
    }

    div.ingangar-container .icon {
        width: 86px;
    }

    div.col100.puff-container h4 {
        line-height: 32px;
        font-size: 28px;
    }

    div.col100.puff {
        margin-top: 30px;
        min-height: 220px;
    }

    div.col100.puff-container a img {
        width: 39%;
    }

    div.col100.puff-container .puff-area {
        padding: 0;
    }

    div.col100.puff-container div.puff-area .ingress {
        font-size: 17px;
        line-height: 23px;
    }

    div.col100.puff-container div.puff-area p {
        font-size: 16px;
    }

    div.news-area {
        margin-top: 10px;
    }

    div.col66.news-col {
        padding: 0;
        width: auto;
        margin-bottom: 30px;
    }

    div.col33.puff-container {
        width: 32.137321937322%;
    }

        div.col33.puff-container img {
            max-width: 100%;
        }

        div.col33.ingangar.alignleft,
        div.col33.puff-container.alignleft {
            margin-right: 1.71234%;
        }

    div.col33.ingangar {
        width: 32.185%;
    }

        div.col33.ingangar.alignleft a div.ingangar-container p {
            font-size: 14px;
        }

    div.col33.puff-container h4 {
        font-size: 16px;
    }

    div.col33.promo {
        height: auto;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 30px;
    }

        div.col33.promo h4 {
            font-size: 32px;
        }

    div.siteFooter .col33 {
        width: 30%;
    }

    div.col100.siteinfo ul {
        text-align: left;
        list-style-type: none;
        font-size: 12px;
        margin-top: 0px;
        line-height: 42px;
    }

    h3.box-title, h3.box-title a,
    div.col33.puff-container h3 {
        font-size: 24px;
    }

    div.siteContent .col25 .box {
        width: 100%;
    }

    div.col75.slidergallery .pager {
        margin: 0 0 60px;
        position: relative;
        width: 99%;
        height: auto;
    }

    div.col75.slidergallery .container {
        width: auto;
    }

    div.slidergallery .pager ul li {
        width: 34px;
        height: 34px;
        padding: 2px;
        border: solid 3px #ccc;
        background: #fff;
        overflow: hidden;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        div.slidergallery .pager ul li.active {
            border-width: 3px;
        }

    div.col75.slidergallery ul.nav-buttons {
        width: 95%;
        padding: 20px;
    }

    div.col75.slidergallery ul.nav-buttons {
        margin: 0;
        list-style-type: none;
        position: absolute;
        top: 17%;
    }

        div.col75.slidergallery ul.nav-buttons li {
            width: 100%;
            margin: 0;
        }

    .col25.sideBar .gridlist {
        width: 100% !important;
        margin-bottom: 20px;
    }

    ul.thumbnail-list {
        width: 100%;
    }

    .thumbnail-container ul.thumbnail-list li {
        clear: unset !important;
    }

    .thumbnail-container ul.thumbnail-list li {
        margin: 0 !important;
    }

    ul.thumbnail-list img {
        margin: 9px;
    }
        div.siteContent .col25 .box.object-interest,
        div.siteContent .col25 .box:last-child {
        width:100%;
        height:auto !important;
    }
}

/* Phone */
@media (max-width: 480px) {
    body {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }

    form {
        padding: 0;
    }

    div.siteMenu-container {
        display: none;
    }



    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
        background: #e30613;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #005aa0;
            border-radius: 0;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 16px;
                font-weight: 300;
                padding-left: 0.6em;
                color: #fff;
                border: none;
                text-transform: uppercase;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #fff;
            }
            /*.handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
        border-bottom: 1px solid #fff;
    }*/
            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
            }

                .handheld-menu .handheldTopMenu .expanded ul li a {
                    padding-left: 1em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li a {
                    padding-left: 2em;
                    display: block;
                    font-weight: 300;
                    font-size: 16px;
                    text-transform: none;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
                    padding-left: 3em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
                    padding-left: 4em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul {
                    background: #005aa0;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #005aa0;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #005aa0;
                            overflow: hidden;
                        }

            .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
                color: #005aa0;
                padding-top: 0.615em;
                font-size: 2em;
            }

            .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
                margin: 0;
            }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color: #fff;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #818700;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container, siteToplinks-container,
    div.siteTopLinks-container, div.global-authorization {
        margin: 0 auto;
        width: auto !important;
        padding: 0;
    }

    div.global-authorization {
        background: #f2f2f2;
    }

    div.siteHeader-container h1 {
        background: none;
        padding: 0;
    }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 0;
    }

    div.siteHeader {
        height: 150px;
        float: left;
        width: 100%;
    }

    div.topLinkMenuContainer {
        padding: 0;
        display: none;
    }

    ul.topLinkMenu {
        width: auto !important;
        margin-right: 20px;
    }

        ul.topLinkMenu li {
            line-height: 32px;
        }

            ul.topLinkMenu li a {
                font-size: 16px;
            }

    div.siteToplinks {
        height: auto;
        padding: 0;
    }

    div.siteLogo img {
        width: 200px;
    }

    div.siteLogo {
        float: left;
        position: relative;
        top: 18px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    div.search_area {
        right: 0px;
        top: 80px;
        padding: 0;
        width: 100%;
    }


    div.search_area .search_field {
        width: 76%; 
        }

    .col100 .slider, .col100 .slider-container {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        right: 0;
    }

    .slider-container {
        width: auto;
        left: 0;
        right: 0;
    }

    .col100 .slider img, .col100 .slider-container img {
        max-width: none;
    }

    div.ImageTextStyles.Image img {
        width: 100%;
    }

    .slider, .slider-container, .slides {
        overflow: hidden;
    }

    div.ImageTextStyles.Text {
        top: 20%;
        color: #222;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        padding: 4%;
        position: absolute;
        width: 68%;
        right: 7%;
        box-sizing: border-box;
        bottom: auto;
    }

        div.ImageTextStyles.Text a {
            line-height: 23px;
            font-size: 16px;
        }


    div.ImageText div.sliderTitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    div.ImageTextStyles.Text p.link {
        float: right;
        font-weight: 300;
        font-size: 16px;
        display: block;
        margin-top: 6px;
    }

    .col100 .slider, .col100 .slider-container {
        width: auto;
        height: auto;
        position: relative;
    }

    .slider, .slider-container, .slides {
        height: 170px !important;
        overflow: hidden;
    }

    div.ImageTextStyles.Text {
        display: none !important;
    }

        div.ImageTextStyles.Text a {
            line-height: 23px;
            font-size: 16px;
        }


    div.ImageText div.sliderTitle {
        font-size: 24px;
        line-height: 28px;
    }

    div.col100.ingangar {
        position: relative;
        top: 0;
        background: transparent;
    }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 20px;
        box-sizing: border-box;
    }

        div.siteFooter .col25 {
            width: 47% !important;
            box-sizing: border-box;
        }

        div.siteFooter .col25 {
            width: 24% !important;
            padding: 0 40px;
            box-sizing: border-box;
            margin-top: 290px;
        }

        div.siteFooter h6 {
            font-size: 25px;
            line-height: 32px;
            margin-bottom: 10px;
            font-weight: 300;
        }
        


    div.siteFooter .col25.alignright img {
        width: 130px;
    }

    ul.quickfilter li {
        width: 44%;
    }

    ul.quickfilter span.minValue {
        width: 85%;
    }

    div.ingangar-container h4 {
        line-height: 40px;
        font-size: 36px;
        color: #005aa0;
    }

    div.ingangar-container .icon {
        width: 86px;
    }

    div.news-area {
        margin-top: 10px;
    }

    div.col100.puff {
        min-height: 420px;
    }

    div.col100.puff-container {
        margin-bottom: 10px;
    }


        div.col33.puff-container img {
            max-width: 100%;
        }

        div.col33.ingangar.alignleft,
        div.col33.puff-container.alignleft {
            margin-right: 1.71234%;
        }

    div.col33.ingangar {
        width: 100%;
        margin-bottom: 20px;
    }

        div.col33.ingangar.alignleft a div.ingangar-container p {
            font-size: 20px;
            margin-top: 23px;
        }

    div.col33.puff-container h4 {
        font-size: 16px;
    }

    div.col100.puff-container .puff-area {
        width: 100%;
        box-sizing: border-box;
    }

    div.col100.puff-container h4 {
        line-height: 40px;
    }

    div.col66.news-col {
        width: 100%;
    }
    div.col66.news-col p.abstract {
        margin-bottom: 24px;
        line-height: 27px;
    }

    div.col66.news-col .box-inner {
        padding:10px;
        box-sizing:border-box;
    }
    h3.box-title, h3.box-title a {
        line-height: 32px;
        color: #005aa0;
        font-size: 30px;
        margin-bottom: 4px;
    }

    div.col33.promo {
        height: auto;
        width: 100%;
        margin-top: 30px;
        float: right;
        margin-bottom: 20px;
    }
    div.col33.promo ul li {
        line-height: 30px;
        font-size: 20px;
    }

        div.col33.promo h4 {
            font-size: 32px;
        }

    div.siteFooter .col33 {
        width: 100%;
        margin-bottom: 20px;
    }

    div.siteFooter  ul.social-links {
        font-size: 23px;
        width:100%;
        text-align:center;
    }

    div.siteFooter ul.social-links li {
        display: block;
        float: left;
        width: auto;
        padding: 6px;
    }
    div.col100.siteinfo ul {
        text-align: center;
    }

    h3.box-title, h3.box-title a,
    div.col33.puff-container h3 {
        font-size: 24px;
    }


    h1.pagetitle, h2.pagetitle {
        font-size: 42px;
        line-height: 52px;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    ul.quickfilter li {
        width: 100%;
    }

    .templatelist.block.objectlist, ul.templatelist.block, .templatelist.block:nth-child(n+3) {
        width: 100% !important;
    }

    ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
        width: auto;
    }

    .objectlistFilters {
        padding: 17px 10px 3px;
    }

    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter li.full {
            width: auto;
        }

        ul.quickfilter table tr td {
            display: inline-table;
            width: 100%;
            border-bottom: 1px dotted #C9DFF1;
            line-height: 30px;
        }

    .fa-info-circle::before {
        content: "\f05a";
        color: #005aa0;
    }

    .page-popup h1 {
        font-size: 45px;
    }

    div.puffimg img {
        width: 100%;
    }

    .col25.sideBar .gridlist {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .col50 img {
        width:100% !important;
    }

    ul.thumbnail-list {
        width: 100%;
    }

    .thumbnail-container ul.thumbnail-list li {
        clear: unset !important;
    }

    .thumbnail-container ul.thumbnail-list li {
        margin: 0 !important;
    }

    ul.thumbnail-list img {
        margin: 9px;
    }
    hr.separator {
        margin: 20px 0 30px;
    }
    div.siteContent h1 {
        margin-top: 30px;
        line-height: 46px;
    }
    div.siteContent .col25 .box.object-interest {
        width:100%;
    }
    div.image-big img {
        width:100% !important;
    }
    /* Ta bort om bugg Bug 41032 är åtgärdad */
    span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblEmailError_Msg,
    span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblEmailRepeatError_Msg {
        display: none !important;
    }

    div.col100.puff-container img {
        width: 100%;
    }

}
