.article img {
float:right;
margin: 0 0 10px 15px;
width:33.33%; border-radius:50%;
}

.logo img {
width:150px; height:auto;
}

.client-logo img {

}

h1 span {
color: #f6ca45 !important;
font-weight: 700;
}

img.captur {
width: 70px;
height: auto;
}

.image-container {
    position: relative;
    width: 70px;
    height: 33px;
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgb(0, 0, 0, 0.1);
}
.image-container:hover .after {
    display: block;
    background: rgba(0, 0, 0, .5);
}

.container {
margin: auto 0px;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}