﻿/*Don't copy this part*/
body {
    margin-top: 20px;
}

/*Business Card Css */
.business-card {
    border: 1px solid #cccccc;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;

}


.job {
    color: #666666;
    font-size: 17px;
}

.mail {
    font-size: 14px;
}
.info {
    font-size: 14px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}