body,
html {
    height: 100%;
}

#main-container {
    height: calc( 100% - 110px);
}

.main-row {
    height: 100%;
}

.main-row .col-image {
    padding: 0;
    height: 100%;
}

.main-row .col-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.col-versions {

    height: 100%;
    overflow-y: scroll;
}

.col-versions h1 {
    font-family: 'NouvelRBold';
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin: 0;
    margin-top: 42px;
    font-weight: bold;
}

.col-versions .version {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 29px;
    border: 1px solid #DBDBDB;
}

.col-versions .version h5.name {
    font-family: 'NouvelRBold';
    margin: 0;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 22px;
}

.col-versions .version .photo {
    height: 227px;
    display: block;
    margin: auto;
    max-width: 95%;
    object-fit: contain;
}

.col-versions .version .equipment .title {
    font-family: 'NouvelRBold';
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin: 0;
    margin-top: 8px;
}

.col-versions .version .equipment .item {
    font-family: 'NouvelRRegular';
    margin: 0;
    color: #525252;
    text-align: center;
}

.col-versions .version .more-equip{
    font-family: 'NouvelRRegular';
    color: #000;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.col-versions .version .btn-select {
    font-family: 'NouvelRBold';
    width: calc( 100% - 40px);
    display: block;
    margin: auto;
    height: 71px;
    background-color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    margin-top: 29px;
    margin-bottom: 20px;
    color: #FFF;
}

.modal-details{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;

}

.modal-details .close{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #000000;
    cursor: pointer;
}

.modal-details .version_name
{
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin: 0;
    margin-top: 60px;
    font-weight: bold;
}

.modal-details img{
    display: block;
    margin: auto;
    width: 100%;
}

.modal-details p.title{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.modal-details p.section{
    font-weight: bold;
    text-align: center;
    color: #525252;
    margin-top: 10px;
}

.modal-details p.item{
    text-align: center;
    color: #525252;
    margin-top: 10px;
}

.modal-details p.item-title{
    text-align: center;
    color: #525252;
    margin-top: 10px;
    font-weight: bold;
}

.modal-details .text{
    padding-bottom: 70px;
}

.modal-details .btn-select {
    width: 33.33333%;
    display: block;
    position: fixed;
    bottom: 0;
    height: 71px;
    background-color: #888;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    color: #FFF;
        background-color: #000;

}

.modal-details .btn-select:hover, .col-versions .version .btn-select:hover{
    color: #FFF;
    background-color: #000;
}

@media screen and (max-width:992px) {
    .main-row .col-image {
        display: none;
    }
    .main-row .col-versions {
        padding: 0;
    }
    .main-row .col-versions h1 {
        margin-top: 17px;
    }
    .main-row .col-versions .version h5.name {
        font-size: 22px;
    }
    .main-row .col-versions .version .photo {
        height: 160px;
    }
    .main-row .col-versions .version .equipment .title {
        font-size: 14px;
    }
    .main-row .col-versions .version .equipment .item {
        font-size: 14px;
    }
    .col-versions .version .btn-select {
        height: 51px;
        font-size: 18px;
    }
    .modal-details .btn-select {
        width: 100%;
        color: #FFF;
        background-color: #000;
    }
}