.fee .widget-snippet .video-tutorial-section .inner-content .single-item .video-part .video-button,
body.widget-snippet .video-tutorial-section .inner-content .single-item .video-part .video-button{
  transform: unset;
  margin-left: -30px;
  margin-top: -30px;
}
.fee .widget-snippet .video-tutorial-section .inner-content .single-item:hover .video-part .video-button,
body.widget-snippet .video-tutorial-section .inner-content .single-item:hover .video-part .video-button{
  background-color: #fff;
  background-position: 0 0;
  border: 1px solid #fff;
}
.fee .video-tutorial-section .inner-content .single-item,
body.widget-snippet .video-tutorial-section .inner-content .single-item {
  padding: 15px;
}
.fee .widget-snippet .video-tutorial-section .inner-content .single-item .video-part .video-content,
body.widget-snippet .video-tutorial-section .inner-content .single-item .video-part .video-content {
  overflow: unset;
}
.fee .widget-snippet .video-tutorial-section .inner-content .single-item .video-part .video-button,
body.widget-snippet .video-tutorial-section .inner-content .single-item .video-part .video-button{
  transform: unset;
  margin-left: -30px;
  margin-top: -30px;
}
.video-tutorial-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 125px 0 130px;
}
.video-tutorial-section .inner-content {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-gap: 100px 138px;
}
.video-tutorial-section .inner-content .single-item .video-part {
  position: relative;
}
.video-tutorial-section .inner-content .single-item{
  position: relative;
}
.video-tutorial-section .inner-content .single-item .title-part h3{
  margin: 15px 0 0;
  padding: 0;
  font-family: ITC Avant Garde Gothic Std;
  font-size: 22px;
  font-weight: 600;
  line-height: 47px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.video-tutorial-section .inner-content .single-item .video-part .video-content{
    overflow: hidden;
    width:100%;
    height:380px;
    border-radius: 14px;
}
.video-tutorial-section .inner-content .single-item .video-part .video-content img {
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.video-tutorial-section .inner-content .single-item:hover .video-part .video-content img{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(1.05);
}

.video-tutorial-section .inner-content .single-item .video-part .video-button{
  /*! text-indent: 121px; */
  height: 42px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 42px;
  border-radius: 50%;
  background-image: url("/template/320adc19/images/video-tutorial-btn.svg");
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.video-tutorial-section .inner-content .single-item:hover .video-part .video-button{
 background-position:0 -125px;
}
.video-tutorial-section .inner-content .single-item:hover .title-part h3{
 color: #fe5c36;
}
.video-tutorial-section .inner-content .single-item .video-part .video-button p {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
