.video-title{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: #1A1B1F;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.custom-video{
    width:100%;
    display: block;
    position: relative;
    margin-bottom: 60px;

}
.image-custom-video{
    width: 100%;
}
.image-custom-video img{
    width: 100%;
    height: auto;
}

.customvideo-box{
    width:100%;
    overflow: hidden;

}
.custom-video .button-play{
    background: rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 124px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.custom-video:hover .button-play{
   
    background: rgba(188, 30, 33, 0.85);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.custom-video .button-play i,
.custom-video .button-play svg{
    font-size: 41px;
    color: #fff;


}
.customvideo-box .wrapper{
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .customvideo-box{
        width: 100vw;
        margin-left: -5vw;
    }
    .width-sidebar .main-wrapper .wrapper{
        padding: 0;
    }
    .video-title{
        margin-left: 5vw;
    }
    .custom-video{
        margin-bottom: 30px;
    }
    .video-title{
        font-size: 3.5rem;
        line-height: 3.4rem;
    }
}