﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600&display=swap');

* {
    margin: 0px;
    padding: 0px;
}
/* #1b7786 */

body {
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
    /*background-image: url('../images/slider/image1.jpg');
    background-size:100% 100%;
    background-size: cover;
    background-repeat:no-repeat;*/
    font-size: 13pt;
}

a:link,
a:visited {
    color: #777;
    text-decoration: none;
    /*font-weight: bold;*/
}

a:hover {
    color: #1B7786;
    /*color: #333;*/
}

a.temelLink:link,
a.temelLink:visited {
    color: #000;
    text-decoration: none;
}

a.temelLink:hover {
    color: #c7c7c7;
}

a.bannerTel:link,
a.bannerTel:visited {
    color: #364042;
    text-decoration: none;
}

a.bannerTel:hover {
    color: #000;
}

a.article:link,
a.article:visited {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

a.article:hover {
    color: #777;
}

.deneme {
    height: 100vh;
}

    .deneme img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
    /*height: 900px;*/
    color: #fff;
    background-position: 100% 100%;
    background-size: cover;
}

/*Sonradan Ekledim Slider için*/
.banner-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: 0px;
}

    .banner-carousel .banner-carousel-item {
        position: relative;
        height: 100vh;
        width: 100vh;
        /*background-image: url('../images/slider/image1.jpg');*/
        background-size: 100% 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
/*@media (max-width: 1024px) {
    .banner-carousel .banner-carousel-item {
        height: 600px;
    }
}*/

@media (max-width: 767px) {
    .banner-carousel {
        height: 500px;
    }

        .banner-carousel .banner-carousel-item {
            height: 500px;
        }
}

@media (max-width: 575px) {
    .banner-carousel {
        height: 300px;
    }

        .banner-carousel .banner-carousel-item {
            height: 300px;
        }
}

.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.slide-title-box {
    font-size: 16px;
    line-height: 39px;
    background: #1B7786;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px;
}

.slide-title {
    font-size: 30pt;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
}

@media (max-width: 991px) {
    .slide-title {
        font-size: 22pt;
    }
}

@media (max-width: 575px) {
    .slide-title {
        font-size: 16pt;
    }
}

.slide-sub-title {
    font-style: normal;
    font-size: 46pt;
    line-height: 46px;
    margin: 20px 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (max-width: 991px) {
    .slide-sub-title {
        font-size: 36pt;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .slide-sub-title {
        margin: 5px 0;
        font-size: 26pt;
        line-height: 26px;
    }
}


.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

    .slider-text .slide-head {
        font-size: 36px;
        color: #1B7786;
        position: relative;
    }

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

    .slider-img img {
        display: block;
        position: relative;
        max-height: 100%;
        width: auto;
    }

.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

@media (max-width: 575px) {
    .slider.btn {
        font-size: 12px;
    }
}

.slider.border {
    background: none;
    border: 2px solid #1B7786 !important;
}

    .slider.border:hover {
        background: #1B7786;
        border: 2px solid transparent;
    }

/* Carousel control */
.banner-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all .25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}

@media (max-width: 575px) {
    .banner-carousel .carousel-control {
        display: none !important;
    }
}

.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 60px;
}

.slick-dots li button::before {
    font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1B7786;
}

.slick-slide {
    outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
    left: 20px;
}

.banner-carousel .carousel-control.right {
    right: 20px;
}

.banner-carousel .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
}

    .banner-carousel .carousel-control i:hover {
        background: #1B7786;
        color: #fff;
    }


.card-img-top {
    transition-duration: 500ms;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

    .card-img-top:hover,
    .card-img-top:focus {
        transform: scale(1);
        filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0%);
        filter: none;
    }
/*-- Animation */
.banner-carousel [data-animation-in] {
    opacity: 0;
}

/* slick Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .box-slider-content {
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}

.box-slide-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-title {
        font-size: 16px;
    }
}

.box-slide-sub-title {
    font-size: 36px;
    margin: 8px 0 10px;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-sub-title {
        font-size: 26px;
    }
}

.box-slide-description {
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-description {
        font-size: 15px;
    }
}

.box-slider-text .btn {
    padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

/*---- Slider End----*/


/*Sonradan Ekledim*/
/*FOOTER ALANI*/
.footerBox {
    border-top: 4px solid #1B7786;
    /*border-top: 4px solid #dedede;*/
    background-color: #ECEBED;
    color: #000;
    font-weight: 400;
    font-size: 12pt;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center 20px;
}

.footerBaslik {
    color: #000;
    font-size: 14pt;
    font-weight: 700;
}

.footerBaslikAltlik {
    height: 10px;
    border-top: 3px solid #1B7786;
    width: 50px;
}

.footerAltYazi {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 11pt;
}

a.alt:link,
a.alt:visited {
    line-height: 25px;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    font-size: 12pt;
    transition: 300ms;
}

a.alt:hover {
    color: #1B7786;
    background-color: transparent;
    text-decoration: none;
    font-size: 12pt;
    font-weight: 600;
}

.hizliErisim {
    line-height: 30px;
}

.footerIcerik {
    padding-top: 10px;
    text-align: justify;
}

/*Footer Sonu*/

.banner-area {
    position: relative;
    min-height: 400px;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-title {
    color: #1B7786;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 24px;
    }

    .banner-area {
        position: relative;
        min-height: 250px;
        background-position: 50% 50%;
        background-size: cover;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: left;
}

.back_image {
    position: relative !important;
    background: url(../images/hakkimizda.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 400px;
}

.back_image1 {
    position: relative !important;
    background-image: url(../images/servisKayit.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 400px;
}

.kutu {
    position: relative;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*-webkit-box-shadow: 0 0 4px 2px #808080;
    -moz-box-shadow: 0 0 4px 2px #808080;
    box-shadow: 0 0 4px 2px #808080;*/
    height: 300px;
    background-color: #fff;
}

    .kutu:hover {
        transition: 1000ms;
        cursor: pointer;
        /*border: 2px solid #006CA9;
    
    background-color: #eee;*/
    }


.ickutu1 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    color: #444;
    height: 80px;
    width: 80px;
    overflow: hidden;
    font-size: 48px;
}

.ickutu2 {
    position: relative;
    font-size: 16px;
    top: 20px;
    text-align: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.ickutu3 {
    position: relative;
    top: 30px;
    text-align: center;
    height: 120px;
    width: 100%;
    overflow: hidden;
}

.kutu:hover .ickutu1 {
    transition: 400ms;
    background-color: #1B7786;
    color: #fff;
}

.kutu:hover .ickutu3 {
    color: #000;
}

.kutu:hover .ickutu2 h4 {
    transition: 400ms;
    color: #1B7786;
}

.indexBaslik {
    position: relative;
    height: 60px;
    color: #000;
    text-align: center;
}

.back_image2 {
    position: relative !important;
    background: url(../images/main.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    /*background-size: cover;
    background-position: center center;*/
    left: 0px;
    top: 0px;
    bottom: 0px;
}

@media (max-width: 575px) {
    h3 {
        font-size: 18pt;
    }

    .indexBaslik {
        height: 80px;
    }

    .kutu {
        height: 220px;
    }


    .back_image2 {
        min-height: 200px;
    }
}

.iletisimler {
    height: auto;
}

.iletisimBox {
    position: relative;
}

.iconDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50px;
    width: 50px;
    font-size: 24px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.1);
    color: #1B7786;
    transition: 0.4s;
}

.yaziDiv {
    padding-left: 0px;
    font-size: 12pt;
}

.iletisimBox:hover .iconDiv {
    color: #fff;
    background-color: #1B7786;
}

.iletisimBox:hover .yaziDiv {
    color: #1B7786;
}

.google-maps {
    position: relative;
    padding-bottom: 35%;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

@media screen and (max-width: 768px) { /*bu alan kaldırılabilir*/
    .google-maps {
        padding-bottom: 60%;
    }

    .iletisimler {
        height: 400px;
    }
}

@media screen and (max-width: 576px) {
    .google-maps {
        padding-bottom: 100%;
    }

    .iletisimler {
        height: 400px;
    }
}
/*.carousel-caption
{
    position:absolute;
    top:50px;
    left:-450px;
    height:250px;
    width:auto;
}*/


.kutuGolge {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/*Back To Top*/

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    display: none;
}

    #back-to-top .btn:focus {
        outline: 0;
        box-shadow: none;
    }

@media (max-width: 767px) {
    #back-to-top {
        right: 15px;
    }
}

#back-to-top.position-fixed {
    bottom: 20px;
}

#back-to-top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #1B7786;
    border-radius: 3px;
    color: #1B7786;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    transition: 500ms;
}

@media (max-width: 767px) {
    #back-to-top .btn.btn-primary {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

#back-to-top .btn.btn-primary:hover {
    color: #fff;
    border: 1px solid #fff;
}
/* Bact to Top End*/


/*================================================== */


/*-- Animation */
.banner-carousel [data-animation-in] {
    opacity: 0;
}

/* slick Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .box-slider-content {
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}

.box-slide-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-title {
        font-size: 16px;
    }
}

.box-slide-sub-title {
    font-size: 36px;
    margin: 8px 0 10px;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-sub-title {
        font-size: 26px;
    }
}

.box-slide-description {
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-description {
        font-size: 15px;
    }
}

.box-slider-text .btn {
    padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

/*---- Slider End----*/


.back_image {
    position: relative !important;
    background: url(../images/hakkimizda.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 400px;
}



.btn-secondary {
    border: 0;
    border-radius: 3px;
    padding: 12px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px;
    background-color: #1B7786;
}

.altIletisim {
    height: 300px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.anaCerceve {
    position: relative;
    top: 0px;
    left: 0px;
    height: 400px;
    width: auto;
}

.cerceve1 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 80%;
    width: 80%;
    border: 10px solid #1B7786;
    z-index: 100;
    background-color: #fff;
}

.cerceve2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 80%;
    width: 82%;
    z-index: 110;
    background-color: #fff;
    background-image: url(../images2/pt1.png);
}

.resimcerceve {
    border-radius: 16px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    height: 84%;
    width: 88%;
    z-index: 120;
    background-color: #000;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images2/image1.jpeg);
}

/************Cards***********/
.cards {
    cursor: pointer;
    padding: 10px;
}

.cardYazi {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
}

.cardFoto {
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
    height: 250px;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 576px) {
    .cardFoto {
        height: 220px;
    }

    /*.cards {
        width: 50%;
    }*/
}

@media (max-width: 350px) {
    .cardFoto {
        height: 120px;
    }

    /*.cards {
        width: 50%;
    }*/
}

.kutuGolge {
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;*/
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}



.kadro {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    cursor: pointer;
    transition: 500ms;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
}

    .kadro > img {
        transition-duration: 500ms;
        height: 250px;
        width: 250px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

    .kadro:hover > img,
    .kadro:focus > img {
        transform: scale(1.10);
        filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0%);
        filter: none;
    }


/************İÇERİK VE İÇERİK DETAY*/
.yer {
    font-size: 13pt;
}

.thUzanti {
    width: 150px;
}

.thGoster {
    width: 120px;
}

.icerikimg {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.kapakFoto, .detayKapakFoto {
    height: 300px;
    width: 450px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .yer {
        font-size: 10pt;
    }

    .thUzanti {
        width: auto;
    }

    .thGoster {
        width: auto;
    }

    .detayKapakFoto {
        height: 200px;
        width: 300px;
        object-fit: cover;
    }


    .icerikimg {
        /*height: 120px;
        width: 100%;
        object-fit: cover;*/
    }
}

@media (max-width: 576px) {
    .detayKapakFoto {
        height: 150px;
        width: 275px;
        object-fit: cover;
    }

    .fotoAlani {
        width: 50%;
    }

    .icerikimg {
        height: 120px;
        width: 100%;
        object-fit: cover;
    }
}

.icerikYazi ul {
    padding-left: 50px;
}

/*******REFERANSLAR*/
.articleImage {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 260px;
    overflow: hidden;
}

.card-body {
    height: 90px;
}

a.article, a.article:visited {
    color: #000;
    text-decoration: none;
    transform: initial;
    transition: 0.4s;
}

    a.article:hover {
        color: #1B7786;
        text-decoration: none;
    }

.card-title {
    font-size: 13pt;
}

.cards {
    cursor: pointer;
    padding: 10px;
}

    .cards > .article > img {
        transition: 400ms;
        transition-duration: 400ms;
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }

    .cards .article:hover > img,
    .cards .article:focus > img {
        border: 2px solid #1b7786;
        transform: scale(1.02);
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }
/*
.cardYazi {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
}

.cardFoto {
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    height: 250px;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 577px) {
    .cardFoto {
        z-index: 1;
        overflow: hidden;
        border-radius: 6px;
        height: 160px;
        width: 100%;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cards {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cardFoto {
        z-index: 1;
        overflow: hidden;
        border-radius: 6px;
        height: 120px;
        width: 100%;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cards {
        width: 100%;
    }
}*/

/*******REFERANSLAR SONU******/

.sabit {
    position: fixed;
    height: 64px;
    width: 64px;
    bottom: 50px;
    margin-left: 50px;
    z-index: 900;
}


.about-left {
    
    position: relative;
    height: 400px;
    width: auto;
    overflow: hidden;
}

.about-thumb, .about-thumb1 {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 80%;
    width: 80%;
    box-shadow: 0 0 10px rgba(16, 17, 21, 0.1);
    border: 10px solid #fff;
    z-index: 50;
}
    .abs-thumb {
        position:absolute;
        height: 50%;
        width: 50%;
        border: 10px solid #fff;
       
        right: 15px;
        bottom: 10px;
        box-shadow: 0 0 10px rgba(16, 17, 21, 0.1);
        z-index: 100;
    }

        .about-thumb img, .abs-thumb img, .about-thumb1 img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
            overflow: hidden;
        }

.about-thumb1 {
    height: 96%;
    width: 96%;
}


@media (max-width: 575px) {
    .about-left{
        height:240px;
    }
    .abs-thumb {
        display: none;
    }
    .about-thumb, .about-thumb1 {
        height: 96%;
        width: 96%;
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
   /* .about-left .abs-thumb {
        right: 260px;
    }*/
}

.altIletisim {
    height: 300px;
    color: #fff;
    background-color:#424242;
    background-position: 50% 50%;
    background-size: cover;
}

.card:hover .card-body .card-text {
    color: #1B7786;
    transition: all 500ms ease;
}


.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
}

.ratio > video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

