/* PORTFOLIO ITEMS*/
.pf-image-myb {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/myb/bg1-grad.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-atb {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/bg2-grad.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-acc {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/bg13-grad.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-dos {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/bg9-grad.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-tmw {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/tmw/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-gaa {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/gaa/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-dyc {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/dyc/dyc-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-digicel {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/dig/dig-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pf-image-campari {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/cam/cam-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-redcross {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/arc/arc-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-republic-bank {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/rep/rep-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-dir {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/dir/dir-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-heineken {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/hei/hei-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-decordova {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/dce/dce-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pf-image-westfest {
    width: auto;
    height: 60vh;
    background-image: url(/assets/images/work/bru/bru-grid.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0;
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    color: #8492a6
}

.card-title {
    margin-bottom: 1rem
}

.card-subtitle {
    margin-top: -.5rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: transparent
}

.card-header:first-child {
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: 1rem 1.5rem;
    background-color: transparent;
    border-top: 1px solid #eff2f7
}

.card-footer:last-child {
    border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px)
}

.card-header-tabs {
    margin-bottom: -1rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background-image: linear-gradient(0deg, #141414 16%, rgba(20,20,20,0.3) 100%) !important;
}

.card-img {
    width: 100%;
    border-radius: 0;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck,
    .card-deck .card {
        -webkit-box-direction: normal
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: 1rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}
.card>.actions {
    position: absolute;
    right: .875rem;
    top: 1rem
}

.card-stats .actions {
    right: .75rem;
    top: .5rem
}
.card {
    position: relative;
    margin-bottom: 30px;
}

.card.hover-scale-110:hover {
    z-index: 2;
    border-radius: .375rem !important
}

.card-header {
    border-bottom: 1px solid #eff2f7
}

.card-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: .375rem;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .card-img-bg {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.card-img-bg~.card-body {
    position: relative
}

.card:hover .card-img-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card .animate-this,
.card .card-image,
.card>a {
    min-height: 1px
}

.card-group .card .mask {
    border-radius: 0
}

[data-lg-columns="2"] {
    -webkit-column-count: 2 !important;
    column-count: 2 !important
}

@media (min-width:992px) and (max-width:1199.98px) {
    [data-lg-columns="3"] {
        -webkit-column-count: 3 !important;
        column-count: 3 !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    [data-lg-columns="4"] {
        -webkit-column-count: 4 !important;
        column-count: 4 !important
    }
}

.card-translucent-dark {
    background: hsla(0, 0%, 100%, .2)
}

.card-translucent-light {
    background: rgba(0, 0, 0, .2)
}

.card-comment-box {
    width: 100%
}

.card-comment-box input,
.card-comment-box textarea {
    font-size: .875rem;
    border: 0;
    padding: .3125rem 0;
    margin: 0;
    color: #3c4858;
    outline: none;
    resize: none
}

.card-comment-box input,
.card-comment-box input:focus,
.card-comment-box textarea,
.card-comment-box textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

.card-profile .card-profile-image {
    width: 7rem;
    height: 7rem;
    border: .1875rem solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card-profile .card-profile-image:hover {
    -webkit-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%)
}

.card-profile .card-body {
    position: relative;
    z-index: 2;
    margin-top: -3.5rem
}

.card-profile-cover {
    max-height: 300px;
    overflow: hidden
}

.card-pricing .card-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.card-pricing .list-unstyled li {
    padding: .5rem 0
}

.card-pricing.popular {
    z-index: 1
}

.card-pricing.scale-110 {
    border: 1px solid #eff2f7 !important;
    border-radius: .375rem !important
}

@media (max-width:991.98px) {
    .card-pricing.scale-110 {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important
    }
}

.card-product {
    overflow: hidden
}

.card-product .card-image {
    padding: 1.5rem
}

.card-product .card-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

@media (prefers-reduced-motion:reduce) {
    .card-product .card-image img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.card-product:hover .card-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card-product .card-price,
.card-product .card-title {
    font-size: 1rem;
    font-weight: 600
}

.card-product .card-price {
    display: block
}

.card-product .product-colors a {
    display: inline-block;
    float: none !important;
    width: 1rem;
    height: 1rem;
    margin-right: 3px;
    margin-bottom: 0;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .card-product .product-colors a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.card-product .product-colors a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card-product .actions {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px
}

.card-product .actions.in {
    opacity: 1
}

.card-product .actions.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.card-product .actions .action-item {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.card-browser {
    background-color: #273444;
    position: relative
}

.card-browser:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(40deg, transparent, #273444);
    content: "";
    border-radius: 6px;
    will-change: transform
}

.card-browser .card-header {
    position: relative;
    background-color: rgba(58, 77, 100, .8);
    border: 0
}

.card-browser .card-header .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px
}

.card-browser .card-body {
    min-height: 300px;
    position: relative;
    overflow-x: hidden
}

.card-browser .card-body pre {
    color: #fff;
    margin: 0
}

.card-overlay .card-img-overlay {
    color: #fff
}

.card-overlay .card-footer {
    background-color: #fff;
    border: 0
}

.card-hover-overlay {
    overflow: hidden
}

.card-hover-overlay .card-img-overlay {
    opacity: 0;
    /* background-color: rgba(39, 52, 68, .4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s */
}

@media (prefers-reduced-motion:reduce) {
    .card-hover-overlay .card-img-overlay {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.card-hover-overlay .card-img-overlay:after,
.card-hover-overlay .card-img-overlay:before {
    pointer-events: none
}

.card-hover-overlay .card-img-overlay .actions .action-item,
.card-hover-overlay .card-img-overlay .overlay-actions,
.card-hover-overlay .card-img-overlay .overlay-text {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

@media (prefers-reduced-motion:reduce) {

    .card-hover-overlay .card-img-overlay .actions .action-item,
    .card-hover-overlay .card-img-overlay .overlay-actions,
    .card-hover-overlay .card-img-overlay .overlay-text {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.card-hover-overlay:hover .card-img-overlay {
    opacity: 1
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item,
.card-hover-overlay:hover .card-img-overlay .overlay-actions,
.card-hover-overlay:hover .card-img-overlay .overlay-text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(2) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.accordion .card {
    margin-bottom: 0
}

.accordion .card-header {
    position: relative;
    cursor: pointer
}

.accordion .card-header:after {
    content: "+";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Nunito, sans-serif;
    font-weight: 700
}

.accordion .card-header[aria-expanded=false]:after {
    content: "+"
}

.accordion .card-header[aria-expanded=true]:after {
    content: "-"
}

.accordion .card-header[aria-expanded=true] .heading {
    color: #6e00ff
}

.accordion-spaced .card {
    margin-bottom: 1.5rem;
    border-radius: .375rem !important
}
.card .mask {
    border-radius: .375rem
}

.card .hover-mask {
    opacity: 0;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.card:hover .hover-mask {
    opacity: .4
}
.card .table {
    margin-bottom: 0
}

.card .table td,
.card .table th {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.table-cards tbody td,
.table-cards tbody th,
.table-cards thead td,
.table-cards thead th {
    border: 0 !important;
    padding: 1rem;
    position: relative;
    background-color: transparent
}

.table-cards tbody tr:not(.table-divider) {
    border-radius: .375rem;
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03)
}

.table-cards tbody tr th,
.table-cards tbody tr th:after {
    border-radius: .375rem 0 0 .375rem
}

.table-cards tbody tr th:after {
    border-left: 1px solid #eff2f7
}

.table-cards tbody tr td:last-child {
    border-radius: 0 .375rem .375rem 0
}

.table-cards tbody tr td:last-child:after {
    border-radius: 0 .375rem .375rem 0;
    border-right: 1px solid #eff2f7
}

.table-cards tbody tr td,
.table-cards tbody tr th {
    background-color: #fff
}

.table-cards tbody tr td:after,
.table-cards tbody tr th:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 1px solid #eff2f7;
    border-bottom: 1px solid #eff2f7;
    left: 0;
    top: 0;
    pointer-events: none
}

.table-cards tr.table-divider {
    height: 1rem
}

.table-cards.table-hover tbody>tr:hover td,
.table-cards.table-hover tbody>tr:hover th {
    background-color: #fafbfe
}

@media (min-width:768px) {
    .table-cards.table-scale--hover tr:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02)
    }
}
.blockquote-border-left,
.blockquote-card {
    border-left: .5rem solid #6e00ff
}

.blockquote-card {
    padding: 1.2em 30px 1.2em 75px;
    position: relative
}

.blockquote-card:before {
    font-family: Arial;
    content: "\201C";
    color: #6e00ff;
    font-size: 4em;
    position: absolute;
    left: .875rem;
    top: -.875rem
}

.blockquote-card:after {
    content: ""
}
.swiper-slide .card {
    margin: 0
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .m-card {
        height: 500px !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .pf-image-myb {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/myb/bg1-grad.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-atb {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/bg2-grad.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-acc {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/bg13-grad.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-dos {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/bg9-grad.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-tmw {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/tmw/bg1.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-gaa {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/gaa/bg1.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-dyc {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/dyc/dyc-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-digicel {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/dig/dig-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    .pf-image-campari {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/cam/cam-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-redcross {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/arc/arc-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-republic-bank {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/rep/rep-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-dir {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/dir/dir-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-heineken {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/hei/hei-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-decordova {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/dce/dce-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .pf-image-westfest {
        width: auto;
        height: 500px !important;
        background-image: url(/assets/images/work/bru/bru-grid.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}