
.video-popup {z-index: 999; position: fixed; left: 100px; top: 100px; width: 640px; height: 480px; display: none; padding-top: 20px; padding-right: 20px; }

.video-popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0 13px;
    background: #2E37A5;
    color: white;
    font-size: 30px;
    border-radius: 25px;
    cursor: pointer;
}
.show { display: block!important; }

.item-news:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: 300ms linear;
}

.item-news { transition: 200ms linear; }
