.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    transition: transform .25s; /* Animation */
    float: right;
    z-index: 1001 !important;
}

.whatsapp:hover {
    /*increase image size*/
    transform: scale(1.25);
}

.center-block {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.logo img {
    max-width: 300px !important;
    height: auto !important;

}

.mobile-logo img {
    max-width: 200px !important;
    height: auto !important;
}

.img-responsive {
    max-width: 50% !important;
    width: 400px !important;
    height: auto;
}

.img-centered {
    margin: auto;
    display: block;
}

.img-circle {
    border-radius: 100% !important;
}

video {
    height: auto !important;
    width: 80% !important;
    padding: 8px !important;
}


.text_small_grey{
	position: relative;
    color: #ffffff;
	opacity:0.5;
	font-size:16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 18px;
	font-family: 'Poppins', sans-serif;
}