/* 
    About the Villa - redesign living spaces tabs
    Center title, text, and image gallery.
    On displays narrower than 680px, center icon tabs as well.
    Be careful not to interfere with hero image padding.
*/

.mkdf-icon-tab-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.mkdf-icon-tab-container .mkdf-eh-item-content {
    padding-right: 0px !important;    
}

@media only screen and (max-width: 680px) {
    ul.mkdf-icon-tabs-nav {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}