﻿div.img-gif {
    width: 100%;
    height: 100%;
    object-fit: fill;
    background: url("../img/lap.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

@media (max-width: 520px) {
    div.img-gif {
        width: 100%;
        height: 100%;
        object-fit: fill;
        background: url("../img/phone.gif");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .home-url .home-img {
        position: absolute;
        top: 8vw;
        left: calc(50% - 40px);
        /* min-width: 100%; */
        /* min-height: 100%; */
        /* width: 100%; */
        /* height: 100%; */
        z-index: 2;
        object-fit: cover;
        object-position: top;
        max-width: 80px;
        margin: 0 auto;
        animation: zoom-in-zoom-out 3s ease infinite;
    }
}

.home-url {
    /* background-size: cover !important; */
    height: 100%;
    width: 100%;
    position: absolute;
    /*   */
    left: 0;
    background-size: 100% 100%;
    /* background-position: top !important; */
}

.home-img {
    position: absolute;
    top: 43vh;
    left: 48%;
    z-index: 2;
    object-fit: cover;
    object-position: top;
    max-width: 80px;
    margin: 0 auto;
    animation: zoom-in-zoom-out 3s ease infinite;
}
