/*
Theme Name: Balticasa Coming Soon
Theme URI: https://balticasa.com
Author: Balticasa
Description: Tema temporal de portada mientras se prepara la web definitiva de Balticasa.
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.4
Text Domain: balticasa-coming-soon
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #1fae8e;
    overflow: hidden;
}

.balticasa-cover {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.balticasa-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 768px) {
    .balticasa-cover img {
        object-fit: cover;
    }
}
