* {
    margin: 0;
    padding: 0;
}

img {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg_video{
    position: fixed; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -1000;
    background-size: cover; 
    background-color: black;
}

@media (max-width: 1440px) {
    img {
        width: 344px;
    }
}

@media (max-width: 768px) {
    img {
        width: 290px;
    }
}