.market-page .btn-add-ad {
    margin-bottom: 10px;
}

.market-page .market-ad {
    margin-bottom: 15px;
}

.market-page .market-ad img {
    width: 100%;
    height: auto;
}

.market-page .market-ad .title {
    font-size: 1.1rem;
}

.published {
    font-style: italic;
    font-size: 90%;
}

.market-ad-page {
    .images {
        margin-bottom: 15px;

        #imageGallery {
            background: #FFF !important;

            li {
                height: 100%;

                img {
                    width: 100%;

                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    position: relative;
                }
            }
        }
    }

    .sub-title {
        display: block;
        font-weight: bold;
    }
}
