﻿
#menuMp4-normal {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#btnvideoModal {
    z-index: 10;
    cursor: pointer;
    padding: 20px 10px;
    text-decoration: none;
}

    #btnvideoModal:hover::before {
        background-color: rgba(27,82,252,.9);
    }

    #btnvideoModal::before {
        display: block;
        content: "";
        width: 4rem;
        height: 4rem;
        position: relative;
        border-radius: 50%;
        background: hsla(0, 0%, 100%, .3) url(/dist/images/play_w.svg) no-repeat 50%;
        background-size: 30% auto;
        border: 1px solid #fff;
        transition: background-color .5s;
    }



    #btnvideoModal.pause::before {
        background: hsla(0, 0%, 100%, .3) url(/dist/images/pause2.png) no-repeat 50%;
        background-size: 30% auto;
    }

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

img.log-icon {
    height: 20px;
}
