    .nano-video {
    	height: 0;
    	overflow: hidden;
    	padding-bottom: 56.25%;
    	padding-top: 30px;
    	position: relative;
    }
    .nano-video iframe,
    .nano-video object,
    .nano-video embed {
    	height: 100%;
    	left: 0;
    	position: absolute;
    	top: 0;
    	width: 100%;
    }

.pricing-column{
	cursor: pointer;
	transition: all  250ms;
}
.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
  }

.img-fluid {
	width:100%;

}