.roulette-page
{
	font-family: Acrom;
	height: 100vh;
}

a, a:visited, a:focus, a:active, a:hover{
outline:0 none !important;
}

.logo {
	margin-top: -25px;
	text-align: left;
    width: 100%;
    max-width: 300px;
}

.intro {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;

    background-color: #0c111c;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.intro__content {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    text-decoration: none;
}

.content__title {
    text-align: center;
    color: #e2e2e2;

    font-size: 30px;
    font-weight: 600;
    font-family: 'Acrom';
    margin-bottom: 100px;
}

.case-block {
    max-width: 1140px;
    
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    text-decoration: none;
}

.case__container {
    box-sizing: border-box;
    width: 100%;
    background: #e2e2e2;
    margin-bottom: 78px;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

.div a:hover {
    text-decoration: none;
}

.case__image {
    margin: 0 auto;
    width: 100%;
    height: 200px;
}


.case__price {
    font-weight: 700;
    text-decoration: none;
    color: #171717;
    margin-bottom: 15px;
}


.col-md-4 > div .more {
    position: absolute;
    width: 350px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    background: #ea874d;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.2s easy-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    text-shadow: 0 2px 20px #e2e2e2;
    z-index: 20;
    opacity: 0;
    transform: scale(0.7, 0.7);
}

@media (max-width: 992px) {
	.col-md-4 > div:hover .more {
		display: none;
	}
}

.col-md-4 > div:hover .more {
    opacity: 1;
    overflow: hidden;
    transform: scale(1, 1);
}