.responsive-video {
  width: 70%  !important;
  height: auto   !important;
}

.btn-primary {
        background-color: #6698FF;
        font-weight: bold
}

.btn-primary:hover{
        background-color: #6698FF;
        font-weight: bold;
	color: black
}
.btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.btn-round.btn-lg {
    width: 75px;
    height: 75px;
}

.btn-round.btn-sm {
    width: 34px;
    height: 34px;
}

.btn-round.btn-xs {
    width: 24px;
    height: 24px;
}
.btn.outline {
    background: none;
    padding:12px 22px;
}
.btn.outline:hover {
    background: none;
    padding:12px 22px;
border: 6px solid #6698FF;
opacity:100;	
}
.btn-primary.outline {
    border: 6px solid #6698FF;
    color: #6698FF;
    opacity: 100;
}
button{
    margin: 12px;
  }
@media (max-width: 320px) {
      button {
      margin: 0px;
    }
 }