img{
    width: 70px;
}
.contact .map{
    height: 540px;
}
.post-img{
    width: 350px;
    height: 233px;
    margin: 15px;
}

.blog .item .post-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.hero .skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #F24259;
    width: 100%;
    border-radius: 10px;
    transition: all 1s;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
