@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:700,400,300);

body {
    font-family: 'Inter', sans-serif;
    overflow: auto !important;
}

.brand {
    font-family: 'Inter', sans-serif;
}

.h-100 {
    height: 100%;
}

html,
body {
    height: 100%;
}

body {
    color: #333333;
    background-color: #fff;
    position: relative;
    padding-right: 0 !important;
}


.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

h6 {
    font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span {
    color: #2F2F2F;
    font-size: 35px;
}

.colored {
    color: #FFC401;
}

a {
    color: #8e60c6;
}

a:hover {
    color: #802C9D;
}

a:focus,
a:active {
    outline: none;
}

.large {
    font-size: 18px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.col-md-1-7 {
    width: 13%;
}

.list-unstyled li {
    padding: 5px 0;
}

.list-horizontal {
    padding: 15px 0;
}

.list-horizontal-item img {
    display: block;
    margin: 0 auto;
}

.list-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-size: 18px;
}

.list-icons li {
    padding: 0 0 15px 0;
}

blockquote {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}

.title {
    margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
    color: #ffffff;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(220, 220, 220, 0.9);
}

.banner {
    width: 100%;
    /*height: 100%;
    min-height: 100%;*/
    position: relative;
    color: #fff;
}

.banner-image {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    min-height: 100%;
    width: 100%;
}

.banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.52);*/
    content: "";
}

.banner-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
}

.subfooter {
    background-color: #020202;
    padding: 40px 0;
}

.subfooter a {
    color: #FFC40A;
}

.section {
    background-color: #ffffff;
    padding: 40px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.section-header {
    color: #2b2b2b;
    /*text-shadow:2px 2px 0px #2B2B2B;*/
}

.default-bg {
    /*background-image: url("../images/bg.jpg");
    background-size: cover;*/
    background-color: transparent;
    color: #2b2b2b;
}

.default-grey-full-width {
    background-color: #f5f5f6;
}

.default-bg-grey {
    /*background-color: #eff8ff;*/
    background-color: #f5f5f6;
    border-radius: 30px;
    padding: 20px 40px
}

.btn-primary {
    color: #fff;
    background-color: #FFC40A;
    border: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #2F2F2F;
    background-color: #FFC40A;
    border: 0px;
    padding: 17px 34px;
}

.transprant-bg {
    color: #ffffff;
}

.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.transprant-bg h1,
.transprant-bg h2,
.transprant-bg h3,
.transprant-bg h4,
.transprant-bg h5,
.transprant-bg h6 {
    /* color: #ffffff; */
}

.default-bg blockquote footer,
.transprant-bg blockquote footer {
    color: #cccccc;
}

.default-bg a,
.transprant-bg a {
    color: #ffffff;
    text-decoration: underline;
}

.default-bg a:hover,
.transprant-bg a:hover {
    text-decoration: none;
}

.transprant-bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    background: #fff;
}

.transprant-bg .transprant-bg {
    margin-top: 80px;
    z-index: 3;
}

.transprant-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* background-color: #E6E6E6; */
}

.transprant-bg.blue:after {
    background-color: rgba(85, 172, 238, 0.7);
}

.transprant-bg .container {
    z-index: 3;
    position: relative;
    color: #797979;
}

.bg-image-1 {
    background: url("../images/banner.jpg") 50% 0px no-repeat;
}

.bg-image-2 {}

.caption-data {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.caption-data h1 {
    text-transform: uppercase;
}

.caption-text {
    text-shadow: 2px 2px 1px #2b2b2b;
}

.caption-data h1 span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.caption-data h3 {
    line-height: 39px;
    font-size: 22px;
}

button.cta-button.btn-light,
button.cta-button.btn-dark,
.contact-form button.cta-button,
button.cta-button.btn-default {
    background: transparent;
}

button.cta-button {
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #fff;
    padding: 15px 32px;
    border-radius: 0;
    font-family: 'Raleway';
    font-weight: 600;
    transition: background 0.3s, border-color 0.3s;
    margin-top: 20px;
}

button.cta-button:hover {
    background: #fff;
    color: #000;
}

/* Misc
----------------------------------------------------------------------------- */
.no-view {
    opacity: 0;
    filter: alpha(opacity=0);
}

.object-visible,
.touch .no-view {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.team__item {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 8px 10px;
    min-height: 300px
        /*border: 1px solid #E0E0E0;*/
}

.team-item-contact__link {
    display: block;
    float: left;
    width: 50%;
    margin-top: 4.6px;
    margin-bottom: 4.6px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    line-height: 36.8px;
    background-color: #eee;
    color: #565656;
    text-decoration: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.team-item-contact__link:hover,
.team-item-contact__link:focus {
    background: #802c9d;
    color: white;
}

.team-item-contact__link_facebook {
    border-left: 1px solid white;
    border-radius: 0 3px 3px 0;
}

.team-item-contact__link_facebook:hover,
.team-item-contact__link_facebook:focus {
    background: #3b5998;
}

.team-item__name {
    font-size: 24px;
    font-weight: 600;
    /*text-align: center;*/
    margin-top: 0;
    margin-top: 10px;
}

.team-item-position-icon {
    display: inline;
}

.team-item__position {
    margin-bottom: 0;
    color: #802C9D;
    font-weight: 600;
    font-size: 18px;
    /*text-align: center;*/
}

.team-item-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {

    .object-visible,
    .touch .no-view {
        -webkit-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
}

.space {
    padding: 20px 0;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pclear {
    padding-bottom: 0;
}

.secPadding {
    padding: 30px 0;
}

.price-table .panel-heading h3 {
    font-size: 43px;
    color: #802C9D;
}

.list-group-item {
    padding: 15px 15px;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
    color: #fff;
}

/*.banner-caption h1 {
	font-size: 45px;
	color: #802C9D;
}*/
.footer h1 {
    color: #fff;
}

.footer.section {
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-size: contain;
    color: #FFF;
    z-index: 1
}

.footer.section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: inherit;
    filter: brightness(30%) saturate(80%) contrast(90%);
    z-index: -1;
}

.subfooter p {
    margin-bottom: 0;
    color: #fff;
}

.hero-caption {
    text-align: center;
    padding: 40px 0;
    background: #802C9D;
}

.hero-caption h2 {
    text-align: center;
}

.hero-caption p {}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 120px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-default {
    color: #fff;
    background: #5e95f9;
    border: 0;
    padding: 8px 24px;
}

.btn-default:hover {
    color: #fff;
    background-color: #802C9D;
    border: 0;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.panel-default>.panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    background: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa
}

.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #802C9D;
    color: #000000;
    position: relative;
    text-decoration: none;
    border: #ECECEC 1px solid;
}

.panel-heading a.collapsed {
    color: #333333;
    background-color: #D0D0D0;
}

.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f196";
}

.panel-heading a:hover {
    text-decoration: none;
    background-color: #802C9D;
    color: #2F2F2F;
}

.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover {
    background-color: #802C9D;
    border-color: #802C9D;
    color: #2F2F2F;
}

.nav-pills>li>a {
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #cacaca;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
    height: 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-control-feedback {
    color: #cccccc;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 15px;
}

textarea {
    resize: vertical;
}

.price-table .panel-heading {
    padding: 44px 0;
    /* font-size: 45px; */
    background: #fff;
    border: 1px solid #fff;
}

/* Modals
---------------------------------- */
/*.modal{
    overflow: auto!important;
}*/
.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-header {
    color: #020202;
    font-weight: 700;
    font-size: 40px;
}

.modal-header h4 {
    color: #ffffff;
}

.modal-header .close {
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1220px;
    }
}

/* Media
---------------------------------- */
.media .fa {
    font-size: 24px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
    margin-bottom: 0;
}

.main-navigation .navbar-default {
    background-color: transparent;
    border: none;
}

.main-navigation .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
}

.main-navigation .navbar-default .navbar-nav>li.active>a {
    background-color: transparent;
    color: #802C9D;
}

.main-navigation .navbar-default .navbar-nav>li>a:hover,
.main-navigation .navbar-default .navbar-nav>li.active>a:hover {
    color: #802C9D;
}

/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: #FFFFFF;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    border: 1px solid #333;
}

#quote-carousel img {
    width: 250px;
    height: 100px
}

/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
    color: #2B2B2B;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .banner-content > div {
        width: 90% !important;
        margin: 0 auto 40px !important;
    }

    .banner-content > div > div {
        font-size: 1.5rem !important;
    }
    
    .banner-content > div > div > div {
        line-height: 1.4 !important;
    }

    .navbar-nav {
        margin: 7.5px -15px;
        background: #060606;
    }

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) {
    .main-navigation .navbar-default .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .banner-caption h1 {
        font-size: 60px;
        font-weight: bold;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-navigation .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav {
        float: left !important;
    }
}

@media (max-width: 767px) {
    .header.navbar-fixed-top {
        position: fixed;
        background: #060606;
    }

    .banner-caption h1 {
        font-size: 22px;
        font-weight: bold;
    }

    .banner-caption h2 {
        font-size: 14px;
        font-weight: bold;
    }
}


/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
    background-color: rgb(235, 235, 235);
    padding: 10px 0;
}

.fixed-header-on .brand {
    font-size: 24px;
}

.fixed-header-on .logo {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .fixed-header-on .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
    margin: 10px 0px 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo,
.logo-section {
    float: left;
}

.brand {
    font-size: 38px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
}

.brand a {
    color: #802C9D;
    font-weight: bold;
}

.brand a:hover {
    text-decoration: none;
}

.site-slogan {
    font-size: 12px;
}

/* block-lists
---------------------------------- */
.block-list .media-left {
    width: 60px;
}

.block-list p {
    font-size: 15px;
}

.block-list .fa {
    border: 1px solid #802C9D;
    padding: 20px;
    width: 65px;
    height: 65px;

    color: #802C9D;
    margin: 2px 5px 0;
}

/* Social Links
---------------------------------- */
.social-links {
    padding: 0;
    list-style: none;
    margin: 15px 0;
}

.social-links li {
    margin: 10px 10px 10px 0;
    display: inline-block;
    font-size: 36px;
}

.social-links li a {
    color: #BBBBBB;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #D0D0D0;
    width: 52px;
    height: 52px;
    display: inline-block;
    border-radius: 0;
    font-size: 22px;
    text-align: center;
    padding: 8px;
}

.social-links li.twitter a:hover {
    color: #802c9d;
}

.social-links li.skype a:hover {
    color: #00aff0;
}

.social-links li.linkedin a:hover {
    color: #0976b4;
}

.social-links li.googleplus a:hover {
    color: #dd4b39;
}

.social-links li.youtube a:hover {
    color: #b31217;
}

.social-links li.flickr a:hover {
    color: #ff0084;
}

.social-links li.facebook a:hover {
    color: #3b5998;
}

.social-links li.pinterest a:hover {
    color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
    margin: 0 0 30px 0;
}

.filters .nav-pills>li {
    margin-right: 2px;
    margin-bottom: 2px;
}

.filters .nav-pills>li+li {
    margin-left: 0px;
}

.text-center.filters .nav-pills>li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: none;
}

.isotope-container {
    overflow: hidden;
}

.isotope-item {
    margin-bottom: 20px;
    display: inline-block;
    /*height:300px;*/
}

.isotope-item .btn-default {
    color: #FFFFFF;
    background: rgba(58, 58, 58, 0.56);
    margin-top: -36px;
    z-index: 2;
    position: relative;
    border: 0;
    display: none;
}

.isotope-item .btn-default:hover {
    color: #ffffff;
}

@media (max-width: 480px) {
    .filters .nav-pills>li {
        width: 100%;
        display: block;
    }

    .banner-content>div>div {
        font-size: 2rem !important;
    }

    .banner-content>div {
        font-size: 2rem !important;
    }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(94, 149, 249, 0.4);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay:hover {
    text-decoration: none;
}

.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 26px;
    line-height: 1px;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -8px;
    text-align: center;
    font-weight: normal;
}

.overlay-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-inner-container {
    position: relative;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.banner-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-video video,
.banner-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}