a.center_img {
    text-align: center;
    display: block;
}

p.center_img {
    text-align: center;
    display: block;
}

div.center_img_more_photo {
    display: flex;
    justify-content: center;
}

blockquote.center_img_more_photo {
    display: flex;
    justify-content: center;
}


.modal-magaz.column .offer-partner-block:nth-child(1) {
    display: block;
}


@media (max-width: 1200px) {
    #blog .containerBlog > div img {
        width: 100%;
        height: auto;
    }
}

.video_in_product{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;    
    background-color: white;
    object-fit: contain;
}


.video_main_page{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;    
    object-fit: contain;
}




