﻿.wrapper-img {
    position: relative;
    height: 200px;
    top: 95px;
    z-index: 1;
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
}

.img-class-1 {
    background-image: url('../Content/images/floatingbanner-bigcircle.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
}

.img-class-2 {
    background-image: url(../Content/images/floatingbanner-smallcircle.png);
    height: 97%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 90%;
    z-index: 15;
    left: 50%;
    top: -3px;
    transform: translateX(-50%);
}

.img-avatar {
    /*background-image: url(./sample-avatar.jpg);*/
    height: 86%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 86%;
    z-index: 15;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    border-radius: 50%;
    cursor: pointer;
}

.d-none {
	visibility: hidden;
}

.btn-down {
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 25;
    cursor: pointer;
}

.btn-up {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 25;
}

.floating-banner {
    position: relative;
    cursor: pointer;
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg {
    background-image: url(../Content/images/floatingbanner-goldcircle.png);
    position: absolute;
    width: 90%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 35px;
    color: black;
    z-index: -25;
}

.floating-banner .floating-banner-title {
    max-width: 200px;
    overflow: hidden !important;
    max-height: 20px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.background-border {
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 50px;
    background: white;
    display: flex;
    align-items: center;
}

.wrapper-banner {
    display: block;
    position: absolute;
    right: -25px;
    bottom: 0;
    z-index: 100;
}

.text-center {
    color: black;
    text-decoration: none;
}

.input-sample {
    position: relative;
    top: 8px;
    width: 60%;
}

.speaker-story {
    font-family: GothamVnu, sans-serif;
    overflow: hidden;
    background: transparent;
    border: 0;
    white-space: pre-line;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 10px;
}

@media screen and (max-width: 992px) {
    .wrapper-banner {
        max-width: 50vw;
    }

    .wrapper-img {
        height: 200px;
    }

    .floating-banner-title {
        font-size: 12px;
    }

    .input-sample {
        display: none;
    }

    /*.wrapper-banner {
        display: none;
    }*/
}

@media screen and (min-width:768px) and (max-width:992px) {
    .wrapper-img {
        height: 300px;
    }
		.wrapper-banner{
		display: none;
	}
}
@media only screen and (max-width:550px){
	.wrapper-banner{
		display: none;
	}
}
