.why-fotona-hero .div-img {
    width: 100%;
    background-size: cover;
    right: 0;
	height: 100%;
}

.why-fotona-hero .banner-image-mobile-why {
    display: none;
}

.why-fotona-hero span.text-14 {
    text-transform: uppercase;
}

.why-fotona-hero .col-lg-6 {
    width: 57%;
}

.why-fotona-hero .last [class*="col-"] .text-20 {
    margin: 0;
}

.why-fotona-hero .last .col-lg-8 {
    width: 57%;
}

.why-fotona-hero .last .col-lg-4 {
    margin-left: auto;
}

.in-action-cmn-modal {
    background: none;
    margin: 0 auto;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    --bs-modal-margin: 1.75rem;
}

.in-action-cmn-modal .modal-dialog {
    position: relative;
    max-width: 989px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: var(--bs-modal-margin);
    pointer-events: none;
    z-index: 9999;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.in-action-cmn-modal .modal-dialog .modal-content {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
}

.in-action-cmn-modal .btn-close {
    background: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    padding: 0;
    border: 1px solid var(--color-white);
    outline: none;
    box-shadow: none;
    z-index: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-action-cmn-modal .btn-close:hover {
    background: var(--red);
    border-color: var(--red);
}

.in-action-cmn-modal .btn-close svg {
    height: 16px;
    width: 16px;
}

.in-action-cmn-modal .modal-dialog .ratio {
    position: relative;
    width: 100%;
}

.in-action-cmn-modal .modal-dialog .ratio:before {
    display: block;
    padding-top: 56.25%;
    content: "";
}

.in-action-cmn-modal .modal-dialog .ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.in-action-cmn-modal.show {
    display: block;
}

.in-action-cmn-modal .modal-backdrop {
    position: fixed;
    top: 0;
    display: none;
    transition: opacity .15s linear;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.in-action-cmn-modal.show .modal-backdrop {
    opacity: 1;
    display: block;
}

@media(max-width: 1199.98px) {
    .sd-reset.see-it-in-action .prod-img img {
        max-width: 100%;
        float: none;
    }
	.why-fotona-hero .col-lg-6 {width: 85%;}
}

@media(max-width: 991.98px) {
    .why-fotona-hero .col-lg-6 {
        width: 100%;
    }

    .why-fotona-hero .last .col-lg-8 {
        width: 100%;
    }

    .in-action-cmn-modal .modal-dialog {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
    .in-action-cmn-modal .modal-dialog {
        margin: 90px auto 40px auto;
    }
}

@media(max-width: 575.98px) {
    .why-fotona-hero .banner-image-desktop-why {
        display: none;
    }

    .why-fotona-hero .banner-image-mobile-why {
        display: block;
    }
}