﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */




    .IndexVidw {
    width: 600px;
    height: auto;
    margin-bottom: -6px;
   
   
}
@media only screen and (max-width: 600px) {
    .IndexVidw {
        width: 90%;
        height: auto;
        margin-bottom: -6px;
    }
}

.IndexSmall {
    width: 114px;
    height: auto;
    margin-bottom: -6px;
}

@media only screen and (max-width: 600px) {
    .IndexSmall {
        width: 18%;
        height: auto;
        margin-bottom: -6px;
    }
}

.IndexLeft {
    margin-left: 60px;
   
}

@media (max-width: 780px) {
    .IndexLeft {
        margin-left: 0px;
    }
}

