.custom-modal .modal-body,
.custom-modal .modal-header {
    padding: 0;
    border: none;
}

.custom-modal .modal-header .close {
    color: #fff;
    background-color: #111;
    font-weight: 500;
    text-shadow: none;
    line-height: 25px;
    height: 35px;
    width: 35px;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 15px;
    top: -2px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.custom-modal .modal-header .close span {
    margin: -2px 0 0 0;
    display: block;
}

.modal-content .close:hover {
    color: #747474;
}

.custom-modal .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

.custom-modal img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.modal-size {
    max-width: 55%;
}

.floatinput {
    position: absolute;
    bottom: 8px;
    left: 16px;
    z-index: 100;
    color: #fff;
    background: #00000075;
    padding: 0.15rem 0.3rem;
}

@media (max-width:992px) {
    .modal-size {
        max-width: 90%;
    }
    .custom-modal .modal-header .close {
        font-size: 32px;
        height: 50px;
        width: 50px;
    }
}