section.usp-with-videos .icons-video {
	max-width: 100%;
}
section.usp-with-videos .animation-ctrl-btn-side {
  position: relative;
}
section.usp-with-videos .video-with-ctrl-btn.col-1-13 {
    grid-column: 1/13 !important;
}
section.usp-with-videos .animation-ctrl-btn-side button {
  width: 60px;
  height: 48px;
  background: none;
  border: 0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
    text-align: center;
    position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
}
section.usp-with-videos .animation-ctrl-btn-side button .play-pause-btn-wrapper {
    width: 30px;
    height: 30px;
    background: #44d62c;
    border: 0;
    border-radius: 20px;
    padding: 2px 10px;
    margin: 0 auto;
}
section.usp-with-videos .animation-ctrl-btn-side button img {
    width: 10px;
    display: inline-block !important;
}