/*work page*/


.img-fix-small{
 height: 290px;
 object-fit: cover;
}

.img-fix-larg{
 height: 600px;
 object-fit: cover;
}

/*video*/

.videoCoverImage {
    border: 1px solid #ccc;
    padding: 5px;
}

.video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.video-button a {
    background: transparent;
    cursor: pointer;
}


.video-button a img {
    border-radius: 50%;
    background: #f05325;
}


/*responsive*/

@media (min-width: 1500px){
 

}


